@gzued/antd-compiled
Version:
Pre-bundled Ant Design 4.x and related dependencies for @gzued packages
5 lines (4 loc) • 376 B
TypeScript
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;