How to use the react-dates.DateRangePicker.propTypes function in react-dates

To help you get started, we’ve selected a few react-dates examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github sumup-oss / circuit-ui / src / components / Calendar / RangePicker.js View on Github external
customArrowIcon={
        
          
        
      }
      navNext={}
      navPrev={}
      customCloseIcon={}
      numberOfMonths={1}
      hideKeyboardShortcutsPanel
      {...props}
    />
  
);

RangePicker.propTypes = DateRangePicker.propTypes;

/**
 * @component
 */
export default RangePicker;