@fluentui/react
Version:
Reusable React components for building web experiences.
8 lines (7 loc) • 298 B
TypeScript
import * as React from 'react';
import type { IPersonaProps } from './Persona.types';
/**
* Personas are used for rendering an individual's avatar, presence and details.
* They are used within the PeoplePicker components.
*/
export declare const Persona: React.FunctionComponent<IPersonaProps>;