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

PinInput.displayName = 'PinInput';

export {PinInput, type PinInputFactory, type PinInputProps} from '@mantine/core';
