mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
9 lines
189 B
TypeScript
9 lines
189 B
TypeScript
import { withInstall } from '@element-plus/utils/with-install'
|
|
|
|
import Icon from './src/icon.vue'
|
|
|
|
export const ElIcon = withInstall(Icon)
|
|
export default ElIcon
|
|
|
|
export * from './src/icon'
|