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

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