Skip to content

Commit 68655ee

Browse files
committed
feat(utils): export polyfilled requestAnimationFrame
1 parent 94c17fb commit 68655ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export {
1515
useRect,
1616
useRectEffect,
1717
} from './hooks';
18+
export { requestAnimationFrame, cancelAnimationFrame } from './utils';
1819
export { IRect, IScroll, IDimensions } from './types';
1920

2021
export const VERSION = '__VERSION__';

0 commit comments

Comments
 (0)