SourceTermAnalysisSystem_vue/node_modules/element-plus/lib/components/teleport/index.d.ts
2026-05-15 10:22:44 +08:00

6 lines
229 B
TypeScript

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