UNPKG

@defikitdotnet/education-module-ai

Version:
9 lines (8 loc) 248 B
import React from "react"; interface UserProfileComponentProps { apiBaseUrl: string; showFullDetails?: boolean; onProfileUpdated?: () => void; } export declare const UserProfileComponent: React.FC<UserProfileComponentProps>; export {};