2024-08-20 23:25:37 +04:00

8 lines
312 B
TypeScript

import type { DataEntity } from 'rc-tree/lib/interface';
import type { FieldNames, RawValueType } from '../TreeSelect';
declare const _default: (treeData: any, fieldNames: FieldNames) => {
valueEntities: Map<RawValueType, DataEntity>;
keyEntities: Record<string, DataEntity>;
};
export default _default;