Export ClassKey in the index instead of PageProps
This commit is contained in:
parent
2bfb856f07
commit
7f917311d8
@ -1,3 +1,3 @@
|
|||||||
export type { ExtendKcContext } from "keycloakify/account/KcContext";
|
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";
|
export { createUseI18n } from "keycloakify/account/i18n";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
export type { ExtendKcContext, Attribute } from "keycloakify/login/KcContext";
|
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 { useDownloadTerms } from "keycloakify/login/lib/useDownloadTerms";
|
||||||
export { createUseI18n } from "keycloakify/login/i18n";
|
export { createUseI18n } from "keycloakify/login/i18n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user