react use TS 2.2

This commit is contained in:
Wayne Dela Cruz 2017-03-31 09:45:49 +08:00
parent a086b92d64
commit a3b39389cd

View File

@ -2,7 +2,7 @@
// Project: http://facebook.github.io/react/
// Definitions by: Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>, John Reilly <https://github.com/johnnyreilly/>, Benoit Benezech <https://github.com/bbenezech>, Patricio Zavolinsky <https://github.com/pzavolinsky>, Digiguru <https://github.com/digiguru>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
// TypeScript Version: 2.2
export = React;
export as namespace React;