utils.class.d.ts 108 B

1234
  1. export declare class Utils {
  2. static reflow(element: any): void;
  3. static getStyles(elem: any): any;
  4. }