UNPKG

@extclp/vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

9 lines (8 loc) 447 B
import { default as ColorPicker } from './color-picker.vue'; import { ComponentPublicInstance } from 'vue'; export { ColorPicker }; export { colorPickerProps } from './props'; export type ColorPickerExposed = ComponentPublicInstance & InstanceType<typeof ColorPicker>; export type { Color } from '@vexip-ui/utils'; export type { ColorPickerProps, ColorPickerCProps } from './props'; export type { ColorFormat, ColorPrickerSlots } from './symbol';