amis-rpc-design/node_modules/rc-util/lib/Dom/styleChecker.d.ts

3 lines
164 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
export declare function isStyleSupport(styleName: string | string[]): boolean;
export declare function isStyleSupport(styleName: string, styleValue: any): boolean;