UNPKG

@trail-ui/react

Version:
13 lines (9 loc) 356 B
import { Label, Text } from 'react-aria-components'; import { TextField } from './text-field'; // export types export type { LabelProps, TextProps } from 'react-aria-components'; export type { TextFieldProps } from './text-field'; // export context export { TextFieldContext } from './text-field'; // export component export { Label, Text, TextField };