UNPKG

@cainiaofe/cn-ui-m

Version:
12 lines (11 loc) 258 B
import { IRequestConfig } from "../../../types"; export type CnCascaderSelectRequestConfig = IRequestConfig & { /** * 远程懒加载参数名 */ remoteLazyLoadKey?: string; /** * 搜索关键词 */ searchKey?: string; };