default
Function: default()
default(
props
,deprecatedLegacyContext
?):ReactNode
Defined in: src/components/EventCalendar/YearlyEventCalender.tsx:95
Calendar component to display events for a selected year.
This component renders a yearly calendar with navigation to view previous and next years. It displays events for each day, with functionality to expand and view details of events.
Parameters
props
InterfaceCalendarProps
deprecatedLegacyContext?
any
Deprecated
See
Returns
ReactNode
JSX.Element - The rendered calendar component.