UNPKG

@keycloakify/keycloak-admin-ui

Version:
9 lines (8 loc) 313 B
import type { Path } from "react-router-dom"; import type { AppRouteObject } from "../../routes"; type OrganizationsRouteParams = { realm: string; }; export declare const OrganizationsRoute: AppRouteObject; export declare const toOrganizations: (params: OrganizationsRouteParams) => Partial<Path>; export {};