index.d.ts 264 B

123456
  1. import Empty from './src/empty.vue';
  2. import type { SFCWithInstall } from 'element-plus/es/utils';
  3. export declare const ElEmpty: SFCWithInstall<typeof Empty>;
  4. export default ElEmpty;
  5. export * from './src/empty';
  6. export type { EmptyInstance } from './src/instance';