UNPKG

xbpr

Version:

xbp react ui by @arco-design/web-react

7 lines (6 loc) 235 B
import { TreeSelectDataType } from '../interface'; export declare type KeyCacheType = { [key: string]: TreeSelectDataType; }; declare const useKeyCache: (treeData: any, fieldNames: any) => KeyCacheType; export default useKeyCache;