import { withInstall } from '@jnpf/utils';

import ColorPicker from './src/ColorPicker.vue';

export const JnpfColorPicker = withInstall(ColorPicker);
