UNPKG

@trail-ui/react

Version:
12 lines (8 loc) 319 B
import { NumberInput } from './number-input'; // export types export type { NumberInputProps } from './number-input'; export type { UseNumberInputProps, UseNumberInputReturn } from './use-number-input'; // export hooks export { useNumberInput } from './use-number-input'; // export component export { NumberInput };