You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
376 B

1 month ago
  1. import Anchor from './src/anchor.vue';
  2. import AnchorLink from './src/anchor-link.vue';
  3. import type { SFCWithInstall } from 'element-plus/es/utils';
  4. export declare const ElAnchor: SFCWithInstall<typeof Anchor> & {
  5. AnchorLink: typeof AnchorLink;
  6. };
  7. export declare const ElAnchorLink: SFCWithInstall<typeof AnchorLink>;
  8. export default ElAnchor;
  9. export * from './src/anchor';