Skip to content

Commit

Permalink
refactor: export types as types
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikossor committed May 8, 2024
1 parent f3b8367 commit 7918632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { createCatchphrase } from "./createCatchphrase";
export { createTranslation } from "./createTranslation";
export {
export type {
CreateTranslationReturn,
LanguageCode,
TranslationThunk,
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { TProps } from "./types";
export type { TProps } from "./types";
export { withTranslations } from "./withTranslation";

0 comments on commit 7918632

Please sign in to comment.