styleChecker.d.ts 246 B

1234
  1. export declare const canUseDocElement: () => HTMLElement;
  2. export declare function isStyleSupport(styleName: string | string[], styleValue?: any): boolean;
  3. export declare const detectFlexGapSupported: () => boolean;
  4. export default isStyleSupport;