export function scrollIntoView()

in src/scroll-into-view.ts [8:11]


export function scrollIntoView(
  child: HTMLElement,
  viewingArea: HTMLElement,
  {direction = 'vertical', startMargin = 0, endMargin = 0, behavior = 'smooth'}: ScrollIntoViewOptions = {}