index.ts 200 B

12345678
  1. import { withInstall } from '@element-plus/utils'
  2. import Transfer from './src/transfer.vue'
  3. export const ElTransfer = withInstall(Transfer)
  4. export default ElTransfer
  5. export * from './src/transfer'