You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
376 B
5 lines
376 B
import type { DefaultOptionType, ShowSearchType, InternalFieldNames } 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;
|