UNPKG

164 BTypeScriptView Raw
1export declare function isStyleSupport(styleName: string | string[]): boolean;
2export declare function isStyleSupport(styleName: string, styleValue: any): boolean;