Skip to content

Commit

Permalink
test: update tests snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Dec 7, 2024
1 parent 8164dac commit c4fc77d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
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 };
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 };
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 };
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 };
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 };
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 };

0 comments on commit c4fc77d

Please sign in to comment.