UNPKG

@keycloakify/keycloak-admin-ui

Version:
6 lines (5 loc) 258 B
type UserProfileTabProps = { setTableData: React.Dispatch<React.SetStateAction<Record<string, string>[] | undefined>>; }; export declare const UserProfileTab: ({ setTableData }: UserProfileTabProps) => import("react/jsx-runtime").JSX.Element; export {};