Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import { ReactComponent as ArrowRightIcon } from './arrow-right.svg';
const SingleDayPicker = props => (
}
navPrev={}
customCloseIcon={}
numberOfMonths={1}
hideKeyboardShortcutsPanel
{...props}
/>
);
SingleDayPicker.propTypes = SingleDatePicker.propTypes;
/**
* @component
*/
export default SingleDayPicker;