UNPKG

@ebay/ebayui-core

Version:

Collection of core eBay components; considered to be the building blocks for all composite structures, pages & apps.

6 lines (5 loc) 140 B
/** * Scrolls the parent element until the child element is in view */ declare function scroll(el: HTMLElement): void; export { scroll };