yanzhen-design-vue
Version:
17 lines (16 loc) • 456 B
JavaScript
import { withInstall } from "@yanzhen-lowcode/core";
import "./src/button.vue.mjs";
import { AntButton, buttonEmits, buttonName, buttonOptions, buttonProps } from "./src/button.mjs";
import { YzSchemaButton } from "./schema.mjs";
import _sfc_main from "./src/button.vue2.mjs";
const YzButton = withInstall(_sfc_main);
export {
AntButton,
YzButton,
YzSchemaButton,
buttonEmits,
buttonName,
buttonOptions,
buttonProps,
YzButton as default
};