tntd
Version:
tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。
5 lines • 422 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;
//# sourceMappingURL=useSearchOptions.d.ts.map