Skip to content

Commit

Permalink
feat(utils): export polyfilled requestAnimationFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
garthenweb committed Oct 20, 2019
1 parent 94c17fb commit 68655ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export {
useRect,
useRectEffect,
} from './hooks';
export { requestAnimationFrame, cancelAnimationFrame } from './utils';
export { IRect, IScroll, IDimensions } from './types';

export const VERSION = '__VERSION__';

0 comments on commit 68655ee

Please sign in to comment.