Skip to content

Commit

Permalink
export template function
Browse files Browse the repository at this point in the history
  • Loading branch information
faradaytrs committed Sep 6, 2021
1 parent 71e89d2 commit d3b08b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ export { TranslationContext } from "./context";
export { useTranslation } from "./useTranslation";
export const TranslationProvider = TranslationContext.Provider;
export { TranslationProperties, UseTranslationResponse } from "./useTranslation";
export { TranslationMap, Translation, TranslationSettings, Language } from "./context";
export { TranslationMap, Translation, TranslationSettings, TemplateFunction, Language } from "./context";
export { translation } from "./translation";

0 comments on commit d3b08b2

Please sign in to comment.