How to use the react-calendar/build/shared/propTypes.isCalendarType function in react-calendar

To help you get started, we’ve selected a few react-calendar 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 wojtekmaj / react-date-picker / build / shared / propTypes.js View on Github external
'use strict';

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.isValue = exports.isMinDate = exports.isMaxDate = exports.isCalendarType = undefined;

var _propTypes = require('react-calendar/build/shared/propTypes');

exports.isCalendarType = _propTypes.isCalendarType;
exports.isMaxDate = _propTypes.isMaxDate;
exports.isMinDate = _propTypes.isMinDate;
exports.isValue = _propTypes.isValue;