import {NumberInput} from '@mantine/core';

NumberInput.displayName = 'NumberInput';

export {NumberInput, type NumberInputFactory, type NumberInputProps} from '@mantine/core';
