vue-vben-admin/src/components/Icon/index.ts

5 lines
121 B
TypeScript
Raw Normal View History

2024-01-13 10:56:48 +08:00
import SvgIcon from './src/SvgIcon.vue';
import IconPicker from './src/IconPicker.vue';
export { IconPicker, SvgIcon };