8 lines
362 B
TypeScript
8 lines
362 B
TypeScript
|
export { default as KeycloakMasthead } from "./Masthead";
|
||
|
|
||
|
// Translation
|
||
|
export { defaultTranslations } from "./translation/translations";
|
||
|
export type { Translations } from "./translation/translations";
|
||
|
export { TranslationsProvider } from "./translation/TranslationsContext";
|
||
|
export type { TranslationsProviderProps } from "./translation/TranslationsContext";
|