UNPKG

tdesign-react

Version:
6 lines (5 loc) 391 B
import './style/index.js'; export type { TreeProps } from './Tree'; export * from './type'; export declare const Tree: import("react").ForwardRefExoticComponent<import("./type").TdTreeProps<import("../common").TreeOptionData> & import("../common").StyledProps & import("react").RefAttributes<import("./type").TreeInstanceFunctions<import("../common").TreeOptionData>>>; export default Tree;