UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

7 lines (6 loc) 234 B
import type { ThemeType } from "../../shared/constants"; /** Assumes the theme type exists */ export declare function readFieldNameUsage(params: { themeSrcDirPath: string; themeType: Exclude<ThemeType, "admin">; }): string[];