office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
8 lines (7 loc) • 326 B
TypeScript
import { IExtendedPersonaProps } from '../../../SelectedItemsList';
export declare const people: (IExtendedPersonaProps & {
key: string | number;
})[];
export declare const mru: IExtendedPersonaProps[];
export declare const groupOne: IExtendedPersonaProps[];
export declare const groupTwo: IExtendedPersonaProps[];