index.d.ts 211 B

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