keycloak-scim/js/libs/keycloak-masthead/src/main.ts

8 lines
362 B
TypeScript
Raw Normal View History

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";