UNPKG

211 BTypeScriptView Raw
1export declare const canUseDocElement: () => false | HTMLElement;
2export declare const isStyleSupport: (styleName: string | Array<string>) => boolean;
3export declare const detectFlexGapSupported: () => boolean;