|
@@ -24,7 +24,7 @@ export const pickerText = {
|
|
* @methods add("本周", [moment(), moment()])
|
|
* @methods add("本周", [moment(), moment()])
|
|
* @methods pick(["today", "week"])
|
|
* @methods pick(["today", "week"])
|
|
*/
|
|
*/
|
|
-class RangePicker {
|
|
|
|
|
|
+class RangePicker implements RangePickerClass {
|
|
private config: Record<string, moment.Moment[]>;
|
|
private config: Record<string, moment.Moment[]>;
|
|
|
|
|
|
constructor() {
|
|
constructor() {
|