10 lines
403 B
10 lines
403 B
4 months ago
|
import '../../utils/index.mjs';
|
||
|
import Transfer from './src/transfer.mjs';
|
||
|
export { LEFT_CHECK_CHANGE_EVENT, RIGHT_CHECK_CHANGE_EVENT, transferCheckedChangeFn, transferEmits, transferProps } from './src/transfer2.mjs';
|
||
|
import { withInstall } from '../../utils/vue/install.mjs';
|
||
|
|
||
|
const ElTransfer = withInstall(Transfer);
|
||
|
|
||
|
export { ElTransfer, ElTransfer as default };
|
||
|
//# sourceMappingURL=index.mjs.map
|