default
talawa-admin • Docs
talawa-admin / components/RecurrenceOptions/CustomRecurrenceModal / default
Function: default()
> default(props
, deprecatedLegacyContext
?): ReactNode
A modal for setting up custom recurrence rules.
This component allows users to configure how often an event should repeat, and when it should end. It includes options for daily, weekly, monthly, and yearly recurrence, as well as specific end options.
Parameters
• props: InterfaceCustomRecurrenceModalProps
The props object containing various configurations and state management functions.
• deprecatedLegacyContext?: any
Deprecated
See
Returns
ReactNode
The JSX element representing the CustomRecurrenceModal.
Defined in
src/components/RecurrenceOptions/CustomRecurrenceModal.tsx:54