We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee5c2f commit 4d3cca2Copy full SHA for 4d3cca2
packages/shared/src/types/index.ts
@@ -1,2 +1,3 @@
1
export * from "./jwc-element.interface";
2
export * from "./watcher.interface";
3
+export * from "./local-jsx";
packages/shared/src/types/local-jsx.d.ts renamed to packages/shared/src/types/local-jsx.ts
@@ -23,6 +23,7 @@ type NativeWheelEvent = WheelEvent;
23
export type CSSProperties = CSS.Properties<string | number>;
24
25
declare global {
26
+ // eslint-disable-next-line @typescript-eslint/no-namespace
27
namespace JSX {
28
//
29
// Event System
0 commit comments