index.ts 109 B

1234
  1. import Icon from './src/Icon.vue'
  2. import IconSelect from './src/IconSelect.vue'
  3. export { Icon, IconSelect }