@rc-component/tree-select
Version:
tree-select ui component for react
8 lines (7 loc) • 312 B
TypeScript
import type { DataEntity } from '@rc-component/tree/lib/interface';
import type { SafeKey, FieldNames } from '../interface';
declare const _default: (treeData: any, fieldNames: FieldNames) => {
valueEntities: Map<SafeKey, DataEntity>;
keyEntities: Record<string, DataEntity>;
};
export default _default;