UNPKG

yanzhen-design-vue

Version:

11 lines (10 loc) 492 B
import { OtherTableProps } from '../other-table'; import { HttpRequestOptions } from '@yanzhen-lowcode/core'; export declare const otherTablesApis: { "biz-object-params": symbol; "search-rel-biz-object-data-list-v3": symbol; }; export declare function provideOtherTableBizObjectParamsApi(props: Partial<OtherTableProps>): { getBizObjectParams: (options?: Partial<HttpRequestOptions>) => any; getSearchRelBizObjectDataListV3: (options?: Partial<HttpRequestOptions>) => any; };