UNPKG

@raona/components

Version:

React components used at Raona to work with SPFx

12 lines (11 loc) 271 B
/** * richDescription needs a patch on "react-icalendar-link library to be used" */ export interface CalendarEvent { title: string; description: string; richDescription: string; location: string; startTime: string; endTime: string; }