You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
403 B
10 lines
403 B
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
|