UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

7 lines (6 loc) 263 B
import TextInput from './TextInput'; import type { TextInputProps } from './TextInput.types'; import TextArea from './TextArea'; import type { TextAreaProps } from './TextArea.types'; export { TextInput, TextArea }; export type { TextInputProps, TextAreaProps };