Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

Variables

propTypes: { dateValue: Validator<string>; handleDayChange: Validator<((...args: any[]) => any)>; label: Validator<string> }

Type declaration

  • dateValue: Validator<string>

    The initial date value to display.

  • handleDayChange: Validator<((...args: any[]) => any)>

    A callback function called when the date is changed.

  • label: Validator<string>

    The label to display over the selector.

Generated using TypeDoc