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" {
75
75
*
76
76
* @see {@link https://v2.chakra-ui.com/docs/components/input/props }
77
77
* @see {@link https://v2.chakra-ui.com/docs/components/form-control/props }
78
- @@ -86,7 +87,7 @@ declare module "react-select/base" {
79
78
* @see {@link https://github.com/csandman/chakra-react-select#colorscheme }
80
79
* @see {@link https://v2.chakra-ui.com/docs/components/tag/props }
81
80
*/
@@ -171,8 +170,10 @@ declare module "react-select/base" {
171
170
variant ?: Variant ;
172
171
173
172
/**
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 }
176
177
*/
177
178
styles : StylesConfig < Option , IsMulti , Group > ;
178
179
You can’t perform that action at this time.
0 commit comments