UNPKG

tdesign-react

Version:
50 lines (49 loc) 1.34 kB
export declare function useTreeConfig(): { treeClassNames: { icon: string; folderIcon: string; actived: string; disabled: string; treeIconRight: string; treeIconDown: string; tree: string; treeFx: string; treeBlockNode: string; treeEmpty: string; treeList: string; treeNode: string; treeNodeOpen: string; treeHoverable: string; treeCheckable: string; treeLabel: string; treeLabelStrictly: string; treeIcon: string; treeIconDefault: string; treeSpace: string; treeOperations: string; treeNodeDraggable: string; treeNodeDragging: string; treeNodeDragTipTop: string; treeNodeDragTipBottom: string; treeNodeDragTipHighlight: string; line: string; lineIsLeaf: string; lineIsFirst: string; treeNodeShow: string; treeClickable: string; loading: string; toggleEnter: string; toggleLeave: string; treeVscroll: string; treeVscrollCursor: string; }; transitionNames: { treeNode: string; }; transitionClassNames: { enter: string; exit: string; }; transitionDuration: number; locale: (key: any) => any; };