@faceless-ui/scroll-info
Version:
A React library for subscribing to scroll events
6 lines • 340 B
JavaScript
export { ScrollInfo } from './ScrollInfo/index.js';
export { ScrollInfoContext } from './ScrollInfoProvider/context.js';
export { ScrollInfoProvider } from './ScrollInfoProvider/index.js';
export { useScrollInfo } from './useScrollInfo/index.js';
export { withScrollInfo } from './withScrollInfo/index.js';
//# sourceMappingURL=index.js.map