UNPKG
reblend-ui
Version:
latest (3.0.2)
3.0.2
3.0.0
Utilities for creating robust overlay components
github.com/react-restart/ui
react-restart/ui
reblend-ui
/
cjs
/
RTGTransition.d.ts
8 lines
(7 loc)
•
280 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
*
as
Reblend
from
'reblendjs'
;
import
{
TransitionProps
}
from
'./useRTGTransitionProps'
;
export
type
RTGTransitionProps
=
TransitionProps
& {
component
:
Reblend
.
ElementType
; };
declare
const
RTGTransition
:
Reblend
.
FC
<
RTGTransitionProps
>;
export
default
RTGTransition
;