mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-05 11:21:11 +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'
|