@shinyongjun/react-datepicker
Version:
DatePicker component in React App.
7 lines • 358 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RESET_DATE_VALUE = exports.VALUE_TYPES = exports.NAME_SPACE = void 0;
exports.NAME_SPACE = 'react-datepicker';
exports.VALUE_TYPES = ['YYYY', 'MM', 'DD', 'hh', 'mm', 'ss'];
exports.RESET_DATE_VALUE = { year: null, month: null, date: null };
//# sourceMappingURL=core.js.map