6 lines
174 B
TypeScript
6 lines
174 B
TypeScript
|
export declare function generateKeycloakThemeResources(params: {
|
||
|
themeName: string;
|
||
|
reactAppBuildDirPath: string;
|
||
|
keycloakThemeBuildingDirPath: string;
|
||
|
}): void;
|