tu-view-plus
Version:
11 lines (10 loc) • 302 B
JavaScript
import { withInstall as o } from "@tu-view-plus/utils";
import r from "./src/color-picker.vue.mjs";
import { colorPickerEmits as l, colorPickerProps as s } from "./src/color-picker.mjs";
const c = o(r);
export {
c as TuColorPicker,
l as colorPickerEmits,
s as colorPickerProps,
c as default
};