UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

8 lines 165 B
export interface IAttendee { id: string; name: string; email: string; role?: string; imageUrl?: string; } //# sourceMappingURL=IAttendee.d.ts.map