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.
 
 
 
 

3 rader
235 B

  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;