We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14cbf71 commit d93d38aCopy full SHA for d93d38a
2 files changed
tests/lib/react.d.ts
@@ -2325,6 +2325,8 @@ declare namespace __React {
2325
// https://github.com/nikeee/2048-typescript/blob/master/2048/js/touch.d.ts
2326
// ----------------------------------------------------------------------
2327
2328
+ interface StyleMedia {}
2329
+
2330
interface AbstractView {
2331
styleMedia: StyleMedia;
2332
document: Document;
tests/lib/react16.d.ts
@@ -2316,6 +2316,8 @@ declare module "react" {
2316
2317
2318
2319
2320
2321
2322
2323
0 commit comments