tu-view-plus
Version:
12 lines (11 loc) • 303 B
JavaScript
import { withInstall as t } from "@tu-view-plus/utils";
import s from "./src/switch.vue.mjs";
import { switchEmits as p, switchProps as f, switchTypes as h } from "./src/switch.mjs";
const r = t(s);
export {
r as TuSwitch,
r as default,
p as switchEmits,
f as switchProps,
h as switchTypes
};