UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

10 lines (9 loc) 430 B
import { type BuildContextLike as BuildContextLike_addSyncExtensionsToPostinstallScript } from "./addSyncExtensionsToPostinstallScript"; export type BuildContextLike = BuildContextLike_addSyncExtensionsToPostinstallScript & { themeSrcDirPath: string; packageJsonFilePath: string; }; export declare function initializeSpa(params: { themeType: "account" | "admin"; buildContext: BuildContextLike; }): Promise<void>;