UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

8 lines (7 loc) 269 B
import type { TextInputFactory, TextInputProps } from './TextInput'; export { TextInput } from './TextInput'; export type { TextInputProps, TextInputFactory }; export declare namespace TextInput { type Props = TextInputProps; type Factory = TextInputFactory; }