Skip to content

Commit

Permalink
add typings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed May 27, 2016
1 parent 4500f2e commit ec916e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ dist
/lib
elasticsearch-*
config/base.yaml
typings
5 changes: 1 addition & 4 deletions type-definitions/antd.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import * as React from 'react'

declare namespace Antd {
declare module "antd" {
// Affix
interface AffixProps {
/**
Expand Down Expand Up @@ -2003,7 +2003,4 @@ declare namespace Antd {
}
export class LocaleProvider extends React.Component<LocaleProviderProps, {}>{
}

}

export = Antd;
6 changes: 6 additions & 0 deletions typings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"globalDependencies": {
"react": "registry:dt/react#0.14.0+20160526134601",
"react-dom": "registry:dt/react-dom#0.14.0+20160412154040"
}
}

0 comments on commit ec916e5

Please sign in to comment.