index.d.ts 205 B

12345
  1. import Icon from './src/icon.vue';
  2. import type { SFCWithInstall } from 'element-plus/es/utils';
  3. export declare const ElIcon: SFCWithInstall<typeof Icon>;
  4. export default ElIcon;
  5. export * from './src/icon';