UNPKG

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