UNPKG
nusp-arco-design
Version:
latest (2.66.0-beta.2)
2.66.0-beta.2
Arco Design React UI Library.
arco.design
zhanghui-space/arco-design
nusp-arco-design
/
lib
/
Tree
/
animation.d.ts
8 lines
(7 loc)
•
259 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * 该组件用来切换tree 展开收起时的动画 */
import
{
PropsWithChildren
}
from
'react'
;
import
{
NodeProps
}
from
'./interface'
;
declare
const
TreeAnimation
:
(
props
:
PropsWithChildren
<
NodeProps
>
) =>
JSX
.
Element
;
export
default
TreeAnimation
;