Skip to content

Commit 4d3cca2

Browse files
committed
build: bundle jsx defination
1 parent 2ee5c2f commit 4d3cca2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/shared/src/types/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export * from "./jwc-element.interface";
22
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ type NativeWheelEvent = WheelEvent;
2323
export type CSSProperties = CSS.Properties<string | number>;
2424

2525
declare global {
26+
// eslint-disable-next-line @typescript-eslint/no-namespace
2627
namespace JSX {
2728
//
2829
// Event System

0 commit comments

Comments
 (0)