import { withInstall } from '@element-plus/utils' import Transfer from './src/transfer.vue' import type { SFCWithInstall } from '@element-plus/utils' export const ElTransfer: SFCWithInstall = withInstall(Transfer) export default ElTransfer export * from './src/transfer'