element-plus/packages/components/teleport/index.ts

9 lines
213 B
TypeScript
Raw Normal View History

2021-11-03 17:42:05 +08:00
import { withInstall } from '@element-plus/utils/with-install'
import Teleport from './src/teleport.vue'
export const ElTeleport = withInstall(Teleport)
export default ElTeleport
export * from './src/teleport'