We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@deprecated
1 parent d2307ca commit c9e6305Copy full SHA for c9e6305
packages/react/src/TextInputWithTokens/TextInputWithTokens.tsx
@@ -23,6 +23,9 @@ type AnyReactComponent = React.ComponentType<React.PropsWithChildren<any>>
23
24
// NOTE: if these props or their JSDoc comments are updated, be sure to also update
25
// the prop table in docs/content/TextInputTokens.mdx
26
+/**
27
+ * @deprecated
28
+ */
29
export type TextInputWithTokensProps<TokenComponentType extends AnyReactComponent = typeof Token> = {
30
/**
31
* The array of tokens to render
@@ -336,4 +339,7 @@ const TextInputWithTokens = React.forwardRef(TextInputWithTokensInnerComponent)
336
339
337
340
TextInputWithTokens.displayName = 'TextInputWithTokens'
338
341
342
343
344
345
export default TextInputWithTokens
0 commit comments