yanzhen-design-vue
Version:
17 lines (16 loc) • 466 B
JavaScript
import { withInstall } from "@yanzhen-lowcode/core";
import "./src/switch.vue.mjs";
import { AntSwitchProps, switchEmits, switchName, switchOptions, switchProps } from "./src/switch.mjs";
import { YzSchemaSwitch } from "./schema.mjs";
import _sfc_main from "./src/switch.vue2.mjs";
const YzSwitch = withInstall(_sfc_main);
export {
AntSwitchProps,
YzSchemaSwitch,
YzSwitch,
YzSwitch as default,
switchEmits,
switchName,
switchOptions,
switchProps
};