Export ClassKey in the index instead of PageProps

This commit is contained in:
Joseph Garrone 2024-06-08 07:17:11 +02:00
parent 2bfb856f07
commit 7f917311d8
2 changed files with 2 additions and 2 deletions

View File

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

View File

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