styleChecker.d.ts 156 B

123
  1. import { isStyleSupport } from 'rc-util/lib/Dom/styleChecker';
  2. export declare const canUseDocElement: () => false | HTMLElement;
  3. export { isStyleSupport };