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 };
