UNPKG

@trail-ui/react

Version:
10 lines (7 loc) 230 B
import { Input } from './input'; import { TextArea } from './textarea'; // export types export type { InputProps } from './input'; export type { TextAreaProps } from './textarea'; // export component export { Input, TextArea };