styleChecker.d.ts 132 Bytes Raw Blame History Permalink 1 2 export declare const isStyleSupport: (styleName: string | Array<string>) => boolean; export declare const isFlexSupported: boolean;