UNPKG

element-plus

Version:

A Component Library for Vue 3

11 lines (8 loc) 285 B
import ColorPicker from './src/index.mjs'; ColorPicker.install = (app) => { app.component(ColorPicker.name, ColorPicker); }; const _ColorPicker = ColorPicker; const ElColorPicker = _ColorPicker; export { ElColorPicker, _ColorPicker as default }; //# sourceMappingURL=index.mjs.map