index.ts 185 B

123456789
  1. import { withInstall } from '@kankan/utils';
  2. import Icon from './src/icon.vue';
  3. export const UIIcon = withInstall(Icon);
  4. export default UIIcon;
  5. export * from './src/icon';