UNPKG
@johnrom/react-countup
Version:
latest (5.0.0-johnrom2)
5.0.0-johnrom2
5.0.0-johnrom1
A React component wrapper around CountUp.js
react-countup.now.sh
glennreyes/react-countup
@johnrom/react-countup
/
build
/
helpers
/
useIsomorphicLayoutEffect.d.ts
9 lines
(8 loc)
•
294 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{ useLayoutEffect }
from
'react'
;
/** * Silence SSR Warnings. * Borrowed from Formik v2.1.1, Licensed MIT. * * https://github.com/formium/formik/blob/9316a864478f8fcd4fa99a0735b1d37afdf507dc/LICENSE */
export
declare
const
useIsomorphicLayoutEffect
:
typeof
useLayoutEffect;