DatePickerViewProps: Pick<PickerViewProps, "style" | "mouseWheel" | "loading" | "loadingContent"> & {
    defaultValue?: PickerDate;
    filter?: DatePickerFilter;
    max?: PickerDate;
    min?: PickerDate;
    onChange?: ((value) => void);
    precision?: Precision;
    renderLabel?: RenderLabel;
    tillNow?: boolean;
    value?: PickerDate;
} & NativeProps

Type declaration

  • Optional defaultValue?: PickerDate
  • Optional filter?: DatePickerFilter
  • Optional max?: PickerDate
  • Optional min?: PickerDate
  • Optional onChange?: ((value) => void)
      • (value): void
      • Parameters

        • value: PickerDate

        Returns void

  • Optional precision?: Precision
  • Optional renderLabel?: RenderLabel
  • Optional tillNow?: boolean
  • Optional value?: PickerDate

Generated using TypeDoc