mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
9 lines
220 B
TypeScript
9 lines
220 B
TypeScript
import { withInstall } from '@element-plus/utils'
|
|
|
|
import ColorPicker from './src/color-picker.vue'
|
|
|
|
export const ElColorPicker = withInstall(ColorPicker)
|
|
export default ElColorPicker
|
|
|
|
export * from './src/color-picker'
|