UNPKG

@keycloakify/keycloak-admin-ui

Version:
8 lines (7 loc) 407 B
import type { TableTextProps } from "@patternfly/react-table"; import type GroupRepresentation from "@keycloak/keycloak-admin-client/lib/defs/groupRepresentation"; type GroupPathProps = TableTextProps & { group: GroupRepresentation; }; export declare const GroupPath: ({ group: { path }, onMouseEnter: onMouseEnterProp, ...props }: GroupPathProps) => import("react/jsx-runtime").JSX.Element; export {};