| Index: client/dom/generated/src/frog/CSSRule.dart
|
| diff --git a/client/dom/generated/src/frog/CSSRule.dart b/client/dom/generated/src/frog/CSSRule.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..460afc6f39ebd9709b0fc390fa5816f26f56f52c
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/CSSRule.dart
|
| @@ -0,0 +1,15 @@
|
| +
|
| +class CSSRule native "CSSRule" {
|
| +
|
| + String cssText;
|
| +
|
| + CSSRule parentRule;
|
| +
|
| + CSSStyleSheet parentStyleSheet;
|
| +
|
| + int type;
|
| +
|
| + var dartObjectLocalStorage;
|
| +
|
| + String get typeName() native;
|
| +}
|
|
|