-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
18 additions
and
6 deletions.
There are no files selected for viewing
4 changes: 3 additions & 1 deletion
4
test/compile/jsx-preserve/__snapshot__/jsx-preserve.d.ts.snapshot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
declare function Jsx(): any; | ||
import * as react from 'react'; | ||
|
||
declare function Jsx(): react.JSX.Element; | ||
|
||
export { Jsx as default }; |
4 changes: 3 additions & 1 deletion
4
test/compile/jsx-preserve/__snapshot__/jsx-preserve.min.d.ts.snapshot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
declare function Jsx(): any; | ||
import * as react from 'react'; | ||
|
||
declare function Jsx(): react.JSX.Element; | ||
|
||
export { Jsx as default }; |
4 changes: 3 additions & 1 deletion
4
test/compile/jsx-react-automatic/__snapshot__/jsx-react-automatic.d.ts.snapshot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
declare function Jsx(): any; | ||
import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
|
||
declare function Jsx(): react_jsx_runtime.JSX.Element; | ||
|
||
export { Jsx as default }; |
4 changes: 3 additions & 1 deletion
4
test/compile/jsx-react-automatic/__snapshot__/jsx-react-automatic.min.d.ts.snapshot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
declare function Jsx(): any; | ||
import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
|
||
declare function Jsx(): react_jsx_runtime.JSX.Element; | ||
|
||
export { Jsx as default }; |
4 changes: 3 additions & 1 deletion
4
test/compile/tsx-css-global/__snapshot__/tsx-css-global.d.ts.snapshot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
declare function Foo(): any; | ||
import * as react from 'react'; | ||
|
||
declare function Foo(): react.JSX.Element; | ||
|
||
export { Foo as default }; |
4 changes: 3 additions & 1 deletion
4
test/compile/tsx-css-global/__snapshot__/tsx-css-global.min.d.ts.snapshot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
declare function Foo(): any; | ||
import * as react from 'react'; | ||
|
||
declare function Foo(): react.JSX.Element; | ||
|
||
export { Foo as default }; |