Skip to content

Commit

Permalink
build: bundle jsx defination
Browse files Browse the repository at this point in the history
  • Loading branch information
AkaraChen committed Dec 20, 2022
1 parent 2ee5c2f commit 4d3cca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/shared/src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from "./jwc-element.interface";
export * from "./watcher.interface";
export * from "./local-jsx";
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ type NativeWheelEvent = WheelEvent;
export type CSSProperties = CSS.Properties<string | number>;

declare global {
// eslint-disable-next-line @typescript-eslint/no-namespace
namespace JSX {
//
// Event System
Expand Down

0 comments on commit 4d3cca2

Please sign in to comment.