Export PageProps
This commit is contained in:
parent
aa74019ef6
commit
c750bf4ee8
@ -1,3 +1,4 @@
|
||||
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";
|
||||
|
@ -1,4 +1,5 @@
|
||||
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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user