Skip to content

Commit

Permalink
fix: export 타입 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene028 committed Jul 20, 2024
1 parent 4840e80 commit e5c5f37
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/wow-ui/src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
export * from "./Button";
export type {
BasicButtonProps,
ButtonElementType,
MenuButtonProps,
ToggleButtonProps,
} from "./Button";
export * from "./Polymorphic";
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"jsx": "react-jsx",
"target": "ES2022"
}
}

0 comments on commit e5c5f37

Please sign in to comment.