4 lines
167 B
TypeScript
4 lines
167 B
TypeScript
import { isStyleSupport } from '@rc-component/util/lib/Dom/styleChecker';
|
|
export declare const canUseDocElement: () => false | HTMLElement;
|
|
export { isStyleSupport };
|