Files
2026-01-16 01:51:36 +00:00

4 lines
156 B
TypeScript

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