mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 20:58:22 +08:00
b63b3e121b
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
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'
|