Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "wordpress-plugins/real-cookie-banner/src/public/ts/components/dateRangePicker"

Index

Variables

Functions

Variables

RangePicker

RangePicker: ComponentClass<RangePickerProps<Moment>, any>

Functions

Const DateRangePicker

  • DateRangePicker(props: PropsWithChildren<(Omit<RangePickerBaseProps<Moment>, "locale" | "generateConfig" | "prevIcon" | "nextIcon" | "superPrevIcon" | "superNextIcon" | "hideHeader" | "components"> & { bordered?: boolean; locale?: PickerLocale; size?: SizeType } & RefAttributes<Component<RangePickerProps<Moment>, any, any>>) | (Omit<RangePickerDateProps<Moment>, "locale" | "generateConfig" | "prevIcon" | "nextIcon" | "superPrevIcon" | "superNextIcon" | "hideHeader" | "components"> & { bordered?: boolean; locale?: PickerLocale; size?: SizeType } & RefAttributes<Component<RangePickerProps<Moment>, any, any>>) | (Omit<RangePickerTimeProps<Moment>, "locale" | "generateConfig" | "prevIcon" | "nextIcon" | "superPrevIcon" | "superNextIcon" | "hideHeader" | "components"> & { bordered?: boolean; locale?: PickerLocale; size?: SizeType } & RefAttributes<Component<RangePickerProps<Moment>, any, any>>)>): Element
  • A RangePicker depending on antd with localized WordPress settings.

    Parameters

    • props: PropsWithChildren<(Omit<RangePickerBaseProps<Moment>, "locale" | "generateConfig" | "prevIcon" | "nextIcon" | "superPrevIcon" | "superNextIcon" | "hideHeader" | "components"> & { bordered?: boolean; locale?: PickerLocale; size?: SizeType } & RefAttributes<Component<RangePickerProps<Moment>, any, any>>) | (Omit<RangePickerDateProps<Moment>, "locale" | "generateConfig" | "prevIcon" | "nextIcon" | "superPrevIcon" | "superNextIcon" | "hideHeader" | "components"> & { bordered?: boolean; locale?: PickerLocale; size?: SizeType } & RefAttributes<Component<RangePickerProps<Moment>, any, any>>) | (Omit<RangePickerTimeProps<Moment>, "locale" | "generateConfig" | "prevIcon" | "nextIcon" | "superPrevIcon" | "superNextIcon" | "hideHeader" | "components"> & { bordered?: boolean; locale?: PickerLocale; size?: SizeType } & RefAttributes<Component<RangePickerProps<Moment>, any, any>>)>

    Returns Element

Generated using TypeDoc