Skip to content

Commit ff3e81e

Browse files
committed
Merge branch 'master' into feat/react-17
2 parents 87585b4 + c976060 commit ff3e81e

9 files changed

Lines changed: 15 additions & 3 deletions

File tree

types/react/OTHER_FILES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
experimental.d.ts
2-
jsx-runtime.d.ts
32
jsx-dev-runtime.d.ts
3+
jsx-runtime.d.ts

types/react/v15/OTHER_FILES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
jsx-dev-runtime.d.ts
2+
jsx-runtime.d.ts

types/react/v15/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for React 15.6
1+
// Type definitions for React 15.7
22
// Project: http://facebook.github.io/react/
33
// Definitions by: Asana <https://asana.com>
44
// AssureSign <http://www.assuresign.com>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Expose `JSX` namespace in `global` namespace
2+
import './';

types/react/v15/jsx-runtime.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Expose `JSX` namespace in `global` namespace
2+
import './';

types/react/v16/OTHER_FILES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
jsx-dev-runtime.d.ts
2+
jsx-runtime.d.ts

types/react/v16/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for React 16.9
1+
// Type definitions for React 16.14
22
// Project: http://facebook.github.io/react/
33
// Definitions by: Asana <https://asana.com>
44
// AssureSign <http://www.assuresign.com>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Expose `JSX` namespace in `global` namespace
2+
import './';

types/react/v16/jsx-runtime.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Expose `JSX` namespace in `global` namespace
2+
import './';

0 commit comments

Comments
 (0)