UNPKG

element-plus

Version:

A Component Library for Vue 3

6 lines (5 loc) 281 B
import ColorPickerPanel from './src/color-picker-panel.vue'; import type { SFCWithInstall } from 'element-plus/es/utils'; export declare const ElColorPickerPanel: SFCWithInstall<typeof ColorPickerPanel>; export default ElColorPickerPanel; export * from './src/color-picker-panel';