UNPKG

@keycloakify/keycloak-admin-ui

Version:
9 lines (8 loc) 310 B
import type { Path } from "react-router-dom"; import type { AppRouteObject } from "../../routes"; export type AttributeParams = { realm: string; attributeName: string; }; export declare const AttributeRoute: AppRouteObject; export declare const toAttribute: (params: AttributeParams) => Partial<Path>;