index.ts 135 Bytes Edit Raw Blame History 1 2 3 4 5 6 import Icon from './src/index.vue'; import IconPicker from './src/IconPicker.vue'; export { Icon, IconPicker }; export default Icon;