UNPKG

@uifabric/experiments

Version:

Experimental React components for building experiences for Office 365.

5 lines (4 loc) 272 B
/// <reference types="react" /> import { IHorizontalPersonaProps } from './Persona.types'; import { IVerticalPersonaProps } from './Vertical/VerticalPersona.types'; export declare const Persona: (props: IVerticalPersonaProps | IHorizontalPersonaProps) => JSX.Element;