2024-05-19 04:02:36 +02:00
|
|
|
export type { AccountThemePageId as PageId } from "keycloakify/bin/shared/constants";
|
2023-03-20 05:14:25 +01:00
|
|
|
export { createUseI18n } from "keycloakify/account/i18n/i18n";
|
2024-06-03 18:28:34 +02:00
|
|
|
export type { ExtendKcContext } from "keycloakify/account/kcContext";
|
|
|
|
export { createGetKcContextMock } from "keycloakify/account/kcContext";
|
2023-03-20 05:14:25 +01:00
|
|
|
|
|
|
|
export type { PageProps } from "keycloakify/account/pages/PageProps";
|