Files
planet/frontend/node_modules/rc-util/es/Dom/styleChecker.d.ts
2026-03-05 11:46:58 +08:00

3 lines
164 B
TypeScript

export declare function isStyleSupport(styleName: string | string[]): boolean;
export declare function isStyleSupport(styleName: string, styleValue: any): boolean;