import { withInstall } from '@element-plus/utils' import ColorPicker from './src/color-picker.vue' import type { SFCWithInstall } from '@element-plus/utils' export const ElColorPicker: SFCWithInstall = withInstall(ColorPicker) export default ElColorPicker export * from './src/color-picker'