UNPKG

@cainiaofe/cn-ui-m

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