UNPKG

tntd

Version:

tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。

10 lines 651 B
/// <reference types="react" /> import type { SingleValueType, DefaultOptionType, InternalFieldNames, ShowCheckedStrategy } from '../Cascader'; import type { GetEntities } from '../hooks/useEntities'; export declare function formatStrategyValues(pathKeys: React.Key[], getKeyPathEntities: GetEntities, showCheckedStrategy: ShowCheckedStrategy): import("react").Key[]; export declare function toPathOptions(valueCells: SingleValueType, options: DefaultOptionType[], fieldNames: InternalFieldNames, stringMode?: boolean): { value: SingleValueType[number]; index: number; option: DefaultOptionType; }[]; //# sourceMappingURL=treeUtil.d.ts.map