5 lines
148 B
TypeScript
5 lines
148 B
TypeScript
![]() |
import ColorPicker from './color-picker.vue';
|
||
|
import { withInstall } from '/nerv-lib/util';
|
||
|
|
||
|
export const NsColorPicker = withInstall(ColorPicker);
|