Commit Graph

3 Commits (ecbfe34d47c709b32202826de79600320371c52b)

Author SHA1 Message Date
Zander Otavka 47d2f1893f Fix mixed up type definitions for Dropdown
`valueKey` and `labelKey` were listed as theme props.  What's worse, `valueKey` was marked as required, when in fact it should not be present at all on the theme.
2017-08-12 15:54:50 -07:00
Erik Sanchez 6295ca447f Custom label and value keys for Dropdown (#1273)
* Custom value and label for dropdown

* removing unknown props

* Show selected label

* typo
2017-02-28 19:16:29 +01:00
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