UNPKG

element-plus

Version:

A Component Library for Vue3.0

5 lines (4 loc) 194 B
import type { SFCWithInstall } from '../utils/types'; import ColorPicker from './src/index.vue'; declare const _ColorPicker: SFCWithInstall<typeof ColorPicker>; export default _ColorPicker;