yanzhen-design-vue
Version:
15 lines (14 loc) • 625 B
JavaScript
import { YzOtherTableSelect } from "../other-tables/index.mjs";
import { YzSchemaOtherTablesSelect } from "./schema.mjs";
import "../other-tables/src/hooks/index.mjs";
import { otherTablesApis, provideOtherTableBizObjectParamsApi } from "../other-tables/src/hooks/use-other-table-apis.mjs";
import { provideOtherTablesConfig, useOtherTable, useOtherTablesConfig } from "../other-tables/src/hooks/use-other-table-config.mjs";
export {
YzSchemaOtherTablesSelect,
YzOtherTableSelect as default,
otherTablesApis,
provideOtherTableBizObjectParamsApi,
provideOtherTablesConfig,
useOtherTable,
useOtherTablesConfig
};