UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

11 lines (10 loc) 271 B
export type BuildContextLike = { urlPathname: string | undefined; }; export declare function replaceImportsInCssCode(params: { cssCode: string; cssFileRelativeDirPath: string | undefined; buildContext: BuildContextLike; }): { fixedCssCode: string; };