mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
added rgb as a property
This commit is contained in:
Vendored
+1
@@ -37,6 +37,7 @@ declare namespace WebdriverIO {
|
||||
interface ParsedCssProperty {
|
||||
hex: string;
|
||||
alpha: number;
|
||||
rgb: string;
|
||||
rgba: string;
|
||||
type: string;
|
||||
string: string;
|
||||
|
||||
Reference in New Issue
Block a user