Commit Graph

7 Commits (master)

Author SHA1 Message Date
Panjie Setiawan Wicaksono f365724ee8 Restructure typescript definitions (#1114)
* ts: restructure typescript definitions

- Add each raw components  types
- Update layout props to the new layout implementation
- Add table definitions
- Add HOC types

* fix ListItem typescript definition

* add themr identifiers definitions

* simplify React.ReactNode properties

* React.ReactNode | string => React.ReactNode is already indirectly type aliased to string
2017-01-18 08:37:37 +01:00
normano64 10b69b5c8c Moved modules to separate files. 2016-07-18 17:25:48 +02:00
normano64 621e798b7e A lot of JSDoc comments added, even more left 2016-07-17 18:22:23 +02:00
normano64 661911bdaa Typings for the project 2016-07-17 15:48:35 +02:00
ixrock 69368aeec6 better support in typescript:
- added export from components by name (as provided in source files)
- added missing exports: Layout, Ripple
- fixed navigation definition (ButtonProps and LinkProps was used without referencing)
2016-06-26 14:47:00 +03:00
Robert Parker 235d914de3 Replace react-toolbox.d.ts with index.d.ts 2016-06-07 15:01:58 -07:00
Robert Parker f8c1a3fd0d Update typings to external modules (no more 'declare module ...') to get the definitions working automatically with npm 2016-06-07 15:00:41 -07:00