amis-rpc-design/node_modules/rc-cascader/lib/hooks/useSearchOptions.d.ts

5 lines
376 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
import type { DefaultOptionType, InternalFieldNames, ShowSearchType } from '../Cascader';
export declare const SEARCH_MARK = "__rc_cascader_search_mark__";
declare const _default: (search: string, options: DefaultOptionType[], fieldNames: InternalFieldNames, prefixCls: string, config: ShowSearchType, changeOnSelect: boolean) => DefaultOptionType[];
export default _default;