Skip to content

Commit

Permalink
fix: export Options type
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Kuppens Groot <[email protected]>
  • Loading branch information
tkgroot committed Feb 25, 2025
1 parent f23686e commit 4dc8164
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/jsx-integration/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { generateJsxTypes } from "./type-generator";
export { customElementJsxPlugin } from "./cem-analyzer-plugin";
export { generateJsxTypes } from "./type-generator";
export type { Options } from "./types";
3 changes: 2 additions & 1 deletion packages/react-wrappers/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { generateReactWrappers } from "./wrapper-generator";
export { customElementReactWrapperPlugin } from "./cem-analyzer-plugin";
export type { Options } from "./types";
export { generateReactWrappers } from "./wrapper-generator";

0 comments on commit 4dc8164

Please sign in to comment.