7 lines
241 B
TypeScript
7 lines
241 B
TypeScript
|
export declare const ftlValuesGlobalName = "keycloakPagesContext";
|
||
|
export declare function generateKeycloakThemeResources(params: {
|
||
|
themeName: string;
|
||
|
reactAppBuildDirPath: string;
|
||
|
keycloakThemeBuildingDirPath: string;
|
||
|
}): void;
|