scrollTo.d.ts 111 Bytes Edit Raw Blame History Permalink 1 export default function scrollTo(selected: HTMLElement, scrollParent?: HTMLElement): (() => void) | undefined;