element-plus
Version:
A Component Library for Vue 3
9 lines (6 loc) • 432 B
JavaScript
import ColorPickerPanel from './src/color-picker-panel2.mjs';
export { ROOT_COMMON_COLOR_INJECTION_KEY, colorPickerPanelContextKey, colorPickerPanelEmits, colorPickerPanelProps } from './src/color-picker-panel.mjs';
import { withInstall } from '../../utils/vue/install.mjs';
const ElColorPickerPanel = withInstall(ColorPickerPanel);
export { ElColorPickerPanel, ElColorPickerPanel as default };
//# sourceMappingURL=index.mjs.map