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