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

ColorInput.displayName = 'ColorInput';

export {ColorInput, type ColorInputFactory, type ColorInputProps} from '@mantine/core';
