UNPKG

@cainiaofe/cn-ui-m

Version:
4 lines (3 loc) 284 B
import { CnSelectOptionProps } from "../cn-select"; import { CnAsyncSelectRequestConfig } from './types'; export declare function handleRequestService(requestConfig: CnAsyncSelectRequestConfig, remoteUrl?: string): (searchConfig: string | string[]) => Promise<CnSelectOptionProps[]>;