add type for "react-weui" (#16044)

* add type for "react-weui"

* fix ci issue

* fix dtslint issue
This commit is contained in:
Tairan Wang
2017-05-02 07:34:52 +08:00
committed by Mohamed Hegazy
parent d9be5adccd
commit a3947c3eaa
4 changed files with 1266 additions and 0 deletions

1242
types/react-weui/index.d.ts vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
import WeUI = require('react-weui');

View File

@@ -0,0 +1,22 @@
{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"react-weui-tests.ts"
]
}

View File

@@ -0,0 +1 @@
{ "extends": "dtslint/dt.json" }