Skip to main content

default

Admin Docs


Function: default()

default(props, deprecatedLegacyContext?): ReactNode

Defined in: src/components/RecurrenceOptions/CustomRecurrenceModal.tsx:54

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

React Docs

Returns

ReactNode

The JSX element representing the CustomRecurrenceModal.