Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

scroll-into-view.d.ts 235 B

3 år sedan
12
  1. import * as I from '../interfaces/';
  2. export declare function scrollIntoView(scrollbar: I.Scrollbar, elem: HTMLElement, { alignToTop, onlyScrollIfNeeded, offsetTop, offsetLeft, offsetBottom, }?: Partial<I.ScrollIntoViewOptions>): void;