UNPKG

@keycloakify/keycloak-admin-ui

Version:
8 lines (7 loc) 315 B
import type { Path } from "react-router-dom"; import type { AppRouteObject } from "../../routes"; export type IdentityProvidersParams = { realm: string; }; export declare const IdentityProvidersRoute: AppRouteObject; export declare const toIdentityProviders: (params: IdentityProvidersParams) => Partial<Path>;