styleChecker.d.ts 132 Bytes
export declare const isStyleSupport: (styleName: string | Array<string>) => boolean;
export declare const isFlexSupported: boolean;