You cannot 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
383 B
JavaScript
10 lines
383 B
JavaScript
import { withInstall } from "../../utils/vue/install.mjs";
|
|
import { switchEmits, switchProps } from "./src/switch.mjs";
|
|
import switch_default from "./src/switch2.mjs";
|
|
|
|
//#region ../../packages/components/switch/index.ts
|
|
const ElSwitch = withInstall(switch_default);
|
|
|
|
//#endregion
|
|
export { ElSwitch, ElSwitch as default, switchEmits, switchProps };
|
|
//# sourceMappingURL=index.mjs.map
|