UNPKG

234 BTypeScriptView Raw
1export declare class Utils {
2 static reflow(element: any): void;
3 static getStyles(elem: any): any;
4 static stackOverflowConfig(): {
5 crossorigin?: string;
6 integrity?: string;
7 cdnLink: string;
8 };
9}