UNPKG

@keycloakify/keycloak-admin-ui

Version:
9 lines (8 loc) 343 B
import type UserRepresentation from "@keycloak/keycloak-admin-client/lib/defs/userRepresentation"; type GeneratedCodeTabProps = { user?: UserRepresentation; text: string; label: string; }; export declare const GeneratedCodeTab: ({ text, user, label, }: GeneratedCodeTabProps) => import("react/jsx-runtime").JSX.Element; export {};