UNPKG

xbpr

Version:

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

8 lines (7 loc) 259 B
/** * 该组件用来切换tree 展开收起时的动画 */ import { PropsWithChildren } from 'react'; import { NodeProps } from './interface'; declare const TreeAnimation: (props: PropsWithChildren<NodeProps>) => JSX.Element; export default TreeAnimation;