UNPKG

@keycloakify/keycloak-admin-ui

Version:
9 lines (8 loc) 328 B
import type { Path } from "react-router-dom"; import type { AppRouteObject } from "../../routes"; export type AddClientProfileParams = { realm: string; tab: string; }; export declare const AddClientProfileRoute: AppRouteObject; export declare const toAddClientProfile: (params: AddClientProfileParams) => Partial<Path>;