mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
added moment dependency
This commit is contained in:
2
react-dates/index.d.ts
vendored
2
react-dates/index.d.ts
vendored
@@ -4,8 +4,8 @@
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import moment from "moment";
|
||||
import * as React from "react";
|
||||
import moment from "moment";
|
||||
|
||||
export = ReactDates;
|
||||
|
||||
|
||||
5
react-dates/package.json
Normal file
5
react-dates/package.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"moment": ">=2.17.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user