Do not export PageProps in the index

This commit is contained in:
Joseph Garrone 2024-06-11 20:30:18 +02:00
parent 04b4e19563
commit b7a543f8cb
2 changed files with 0 additions and 2 deletions

View File

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

View File

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