Files
video-gen/video-gen-admin/node_modules/@rc-component/util/es/Dom/styleChecker.d.ts
T
2026-05-25 17:08:18 +08:00

3 lines
164 B
TypeScript

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