UNPKG

gather-content-ui

Version:
8 lines 300 B
export interface ParticipantInfoProps { name: string; email: string; pending?: boolean; } export declare function ParticipantInfo({ name, email, pending, }: ParticipantInfoProps): import("react/jsx-runtime").JSX.Element; export default ParticipantInfo; //# sourceMappingURL=index.d.ts.map