minishouyin/node_modules/rc-util/lib/Dom/styleChecker.d.ts

3 lines
164 B
TypeScript
Raw Normal View History

2025-11-12 11:35:57 +08:00
export declare function isStyleSupport(styleName: string | string[]): boolean;
export declare function isStyleSupport(styleName: string, styleValue: any): boolean;