UNPKG
@devino.solutions/upup
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
README.md
github.com/DevinoSolutions/upup
DevinoSolutions/upup
@devino.solutions/upup
/
dist
/
frontend
/
components
/
shared
/
MyAnimatePresence.d.ts
3 lines
(2 loc)
•
150 B
TypeScript
View Raw
1
2
3
import
{
JSX
,
PropsWithChildren
}
from
'react'
;
export
default
function
MyAnimatePresence
(
{ children, }: Readonly<PropsWithChildren>
):
JSX
.
Element
;