File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ declare module "react-select/base" {
7575 *
7676 * @see {@link https://v2.chakra-ui.com/docs/components/input/props }
7777 * @see {@link https://v2.chakra-ui.com/docs/components/form-control/props }
78- @@ -86,7 +87,7 @@ declare module "react-select/base" {
7978 * @see {@link https://github.com/csandman/chakra-react-select#colorscheme }
8079 * @see {@link https://v2.chakra-ui.com/docs/components/tag/props }
8180 */
@@ -171,8 +170,10 @@ declare module "react-select/base" {
171170 variant ?: Variant ;
172171
173172 /**
174- * @deprecated This prop is not used in `chakra-react-select`, use
175- * {@link chakraStyles} instead.
173+ * This prop is not used in `chakra-react-select` except for the `menuPortal` styles.
174+ * For all other style customizations, use {@link chakraStyles} instead.
175+ *
176+ * @see {@link https://github.com/csandman/chakra-react-select/issues/55 }
176177 */
177178 styles : StylesConfig < Option , IsMulti , Group > ;
178179
You can’t perform that action at this time.
0 commit comments