UNPKG
dareway-rui
Version:
latest (2.2.36)
2.2.36
dareway-rui
/
build
/
taglib
/
DatePicker
/
RcCalendar
/
date
/
DateConstants.js
13 lines
(11 loc)
•
243 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
'use strict'
;
Object
.
defineProperty
(
exports
,
'__esModule'
, {
value
:
true
});
exports
.
default
=
void
0
;
var
_default = {
DATE_ROW_COUNT
:
6
,
DATE_COL_COUNT
:
7
};
exports
.
default
= _default;
//@ sourceMappingURL=DateConstants.js.map