UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

6 lines (5 loc) 180 B
import { type ThemeType } from "../../shared/constants"; export declare function readExtraPagesNames(params: { themeSrcDirPath: string; themeType: ThemeType; }): string[];