UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

6 lines 209 B
import { Presence, User } from '@microsoft/microsoft-graph-types'; export interface IUserInfo extends User { userPhoto: string; presence: Presence | undefined; } //# sourceMappingURL=IUserInfo.d.ts.map