UNPKG

@shinyongjun/react-datepicker

Version:
7 lines 358 B
"use strict"; 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