UNPKG

@empathyco/x-components

Version:
16 lines (14 loc) 328 B
/** * 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