mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-30 23:19:31 +08:00
The explicit form of the indexer `[key: string]: string | string[] | boolean | number | EventHandler<SyntheticEvent> | CSSProperties | {__html: string};` Fails in TravisCI - so any is currently the way to go.
React v0.14.2 Type Definitions
If you are using modules you should use react.d.ts, react-dom.d.ts and any of the react-addon-*.d.ts definition files.
If you are using the global React variable, you should use react-global.d.ts.