UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

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;