5 lines
229 B

5 months ago
  1. import Teleport from './src/teleport.vue';
  2. import type { SFCWithInstall } from 'element-plus/es/utils';
  3. export declare const ElTeleport: SFCWithInstall<typeof Teleport>;
  4. export default ElTeleport;
  5. export * from './src/teleport';