We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991af44 commit b49b506Copy full SHA for b49b506
1 file changed
packages/components/src/spectrum/forms.ts
@@ -16,4 +16,5 @@ export {
16
type SpectrumTextFieldProps as TextFieldProps,
17
} from '@adobe/react-spectrum';
18
19
-export { type SpectrumTextAreaProps as TextAreaProps } from '@react-types/textfield';
+// @react-types/textfield is unecessary if https://github.com/adobe/react-spectrum/pull/6090 merge
20
+export type { SpectrumTextAreaProps as TextAreaProps } from '@react-types/textfield';
0 commit comments