office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
8 lines (7 loc) • 339 B
TypeScript
import { IPersonaProps } from 'office-ui-fabric-react/lib/Persona';
/** @deprecated Use the version from `@uifabric/example-data` instead. */
export declare const people: (IPersonaProps & {
key: string | number;
})[];
/** @deprecated Use the version from `@uifabric/example-data` instead. */
export declare const mru: IPersonaProps[];