UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

4 lines (3 loc) 397 B
import type { NumberInputCssVariables, NumberInputFactory, NumberInputHandlers, NumberInputMode, NumberInputNumericType, NumberInputProps, NumberInputStylesNames } from './NumberInput'; export { NumberInput } from './NumberInput'; export type { NumberInputProps, NumberInputStylesNames, NumberInputFactory, NumberInputCssVariables, NumberInputHandlers, NumberInputMode, NumberInputNumericType, };