@empathyco/x-components
Version:
Empathy X Components
16 lines (14 loc) • 328 B
JavaScript
/**
* Constant to inject the first visible item observer.
*
* @internal
*/
const ScrollObserverKey = 'ScrollObserverKey';
/**
* The default scroll id for all the scroll components.
*
* @internal
*/
const MainScrollId = 'main-scroll';
export { MainScrollId, ScrollObserverKey };
//# sourceMappingURL=scroll.const.js.map