UNPKG

@ucloud-fe/react-components

Version:
4 lines (3 loc) 194 B
/// <reference types="react" /> import { ItemType } from './type'; export declare const getTreeAllKeys: (keys: import("react").Key[] | undefined, treeData: ItemType[]) => import("react").Key[];