Props for DateTimeInline component.

interface Props {
    date?: IDateInput;
    fallback?: IDateInput;
    options?: DateTimeFormatOptions;
    cx?: ArgumentArray;
}

Hierarchy

  • WithClass
    • Props

Properties

date?: IDateInput

Date to render.

fallback?: IDateInput

Fallback date to render if date is not provided.

options?: DateTimeFormatOptions

Options (luxon) for formatting.

cx?: ArgumentArray

If you need to customize style of a component, pass a class names here.