UNPKG
rc-queue-anim
Version:
beta (1.6.6-beta.0)
latest (2.0.0)
2.0.0
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.0
1.6.12
1.6.11
1.6.10
1.6.9
1.6.8
1.6.7
1.6.6
1.6.6-beta.0
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.13.3
0.13.2
0.13.1
0.13.0
0.12.6
0.12.5
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.12
0.11.11
0.11.10
0.11.9
0.11.8
0.11.7
0.11.6
0.11.5
0.11.4
0.11.3
0.11.2
0.11.0
0.10.6
0.10.5
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.3
0.9.2
0.9.1
0.9.0
Queue animation component for react
github.com/react-component/queue-anim
react-component/queue-anim
rc-queue-anim
/
es
/
QueueAnim.d.ts
4 lines
(3 loc)
•
179 B
TypeScript
View Raw
1
2
3
4
import
type
{
IProps
}
from
'./type'
;
declare
const
_default
:
import
(
"react"
).
ForwardRefExoticComponent
<
IProps
&
import
(
"react"
).
RefAttributes
<
unknown
>>;
export
default
_default;