Blame view

src/components/Icon/index.ts 121 Bytes
Vben authored
1
import SvgIcon from './src/SvgIcon.vue';
Vben authored
2
import IconPicker from './src/IconPicker.vue';
3
vben authored
4
export { IconPicker, SvgIcon };