diff --git a/lib/index.ts b/lib/index.ts index 0c62d6d..1f24ece 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -15,6 +15,7 @@ export { useRect, useRectEffect, } from './hooks'; +export { requestAnimationFrame, cancelAnimationFrame } from './utils'; export { IRect, IScroll, IDimensions } from './types'; export const VERSION = '__VERSION__';