UNPKG

yanzhen-design-vue

Version:

28 lines (27 loc) 1.08 kB
import { withInstall } from "@yanzhen-lowcode/core"; import "./src/other-tables.vue.mjs"; import "./src/other-table-select.vue.mjs"; import { otherTablesEmits, otherTablesName, otherTablesOptions, otherTablesProps } from "./src/other-tables.mjs"; import "./src/hooks/index.mjs"; import { YzSchemaOtherTables } from "./schema.mjs"; import _sfc_main from "./src/other-table-select.vue2.mjs"; import _sfc_main$1 from "./src/other-tables.vue2.mjs"; import { otherTablesApis, provideOtherTableBizObjectParamsApi } from "./src/hooks/use-other-table-apis.mjs"; import { provideOtherTablesConfig, useOtherTable, useOtherTablesConfig } from "./src/hooks/use-other-table-config.mjs"; const YzOtherTableSelect = withInstall(_sfc_main); const YzOtherTables = withInstall(_sfc_main$1); export { YzOtherTableSelect, YzOtherTables, YzSchemaOtherTables, YzOtherTables as default, otherTablesApis, otherTablesEmits, otherTablesName, otherTablesOptions, otherTablesProps, provideOtherTableBizObjectParamsApi, provideOtherTablesConfig, useOtherTable, useOtherTablesConfig };