UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

4 lines (3 loc) 160 B
import type { TextInputFactory, TextInputProps } from './TextInput'; export { TextInput } from './TextInput'; export type { TextInputProps, TextInputFactory };