Skip to content

Commit 2742a1a

Browse files
authored
chore: Remove the @deprecated doc tag from the style prop (#368)
Remove the @deprecated doc tag from the `style` prop
1 parent 4742aea commit 2742a1a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/index.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)