refactor d.ts

This commit is contained in:
yiminghe 2016-05-27 16:01:52 +08:00
parent a84ce59d31
commit c3e57af521
4 changed files with 2010 additions and 2010 deletions

View File

@ -68,9 +68,15 @@ Normal browsers and Internet Explorer 8+.
## TypeScript ## TypeScript
```js tsconfig.json
///<reference path='./node_modules/antd/type-definitions/antd.d.ts'/>
... ```
{
"compilerOptions": {
"moduleResolution": "node",
"jsx": "preserve"
}
}
``` ```
## Links ## Links

2000
index.d.ts vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -29,7 +29,7 @@
"files": [ "files": [
"dist", "dist",
"lib", "lib",
"type-definitions" "index.d.ts"
], ],
"typings": "type-definitions/antd.d.ts", "typings": "type-definitions/antd.d.ts",
"license": "MIT", "license": "MIT",

File diff suppressed because it is too large Load Diff