import ColorPicker from './color-picker.vue';
import { withInstall } from '/nerv-lib/util';
export const NsColorPicker = withInstall(ColorPicker);