UNPKG

yanzhen-design-vue

Version:

9 lines (8 loc) 331 B
import { SelectProps } from '../select'; import { HttpRequestOptions } from '@yanzhen-lowcode/core'; export declare const selectApis: { "column-option-set-query": symbol; }; export declare function provideSelectApi(props: Partial<SelectProps>): { getColumnOptionSetQuery: (options?: Partial<HttpRequestOptions>) => any; };