Export PageProps

This commit is contained in:
Joseph Garrone 2024-06-11 19:14:04 +02:00
parent aa74019ef6
commit c750bf4ee8
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
export type { ExtendKcContext } from "keycloakify/account/KcContext"; export type { ExtendKcContext } from "keycloakify/account/KcContext";
export type { ClassKey } from "keycloakify/account/TemplateProps"; export type { ClassKey } from "keycloakify/account/TemplateProps";
export type { PageProps } from "keycloakify/account/pages/PageProps";
export { createUseI18n } from "keycloakify/account/i18n"; export { createUseI18n } from "keycloakify/account/i18n";

View File

@ -1,4 +1,5 @@
export type { ExtendKcContext, Attribute } from "keycloakify/login/KcContext"; export type { ExtendKcContext, Attribute } from "keycloakify/login/KcContext";
export type { ClassKey } from "keycloakify/login/TemplateProps"; export type { ClassKey } from "keycloakify/login/TemplateProps";
export type { PageProps } from "keycloakify/login/pages/PageProps";
export { useDownloadTerms } from "keycloakify/login/lib/useDownloadTerms"; export { useDownloadTerms } from "keycloakify/login/lib/useDownloadTerms";
export { createUseI18n } from "keycloakify/login/i18n"; export { createUseI18n } from "keycloakify/login/i18n";