UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

8 lines (7 loc) 293 B
import * as React from 'react'; import { 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>;