UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

13 lines (12 loc) 266 B
export type KcContextLike = { url: { resourcesCommonPath: string; resourcesPath: string; }; }; export declare function useInitialize(params: { kcContext: KcContextLike; doUseDefaultCss: boolean; }): { isReadyToRender: boolean; };