UNPKG

@cainiaofe/cn-ui-m

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