first commit
This commit is contained in:
4
frontend/node_modules/rc-cascader/lib/hooks/useSearchOptions.d.ts
generated
vendored
Normal file
4
frontend/node_modules/rc-cascader/lib/hooks/useSearchOptions.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import type { DefaultOptionType, InternalFieldNames, ShowSearchType } from '../Cascader';
|
||||
export declare const SEARCH_MARK = "__rc_cascader_search_mark__";
|
||||
declare const useSearchOptions: (search: string, options: DefaultOptionType[], fieldNames: InternalFieldNames, prefixCls: string, config: ShowSearchType, enableHalfPath?: boolean) => DefaultOptionType[];
|
||||
export default useSearchOptions;
|
||||
Reference in New Issue
Block a user