style.d.ts 238 B

123
  1. export declare function setPrefixedStyle(style: any, name: string, value: string): void;
  2. export declare function getComputedStyle(elem: Element, name?: string): any;
  3. export declare function hasScrollbars(container: HTMLElement): boolean;