fix: correct Chip component typings (#1044)

As of version 2.15.2 the Chip component accepts the prop `selectedColor`
which it defines as an optional string prop. Though this change was
introduced to the Chip component itself, the typings for the component
were not updated which causes Typescript to complain when using the
`selectedColor` prop. This change adds the missing type to appease
Typescript.
This commit is contained in:
Mike Stone
2019-05-08 11:01:56 -04:00
committed by Trancever
parent 6d5345c1eb
commit ef00256abe

Diff Content Not Available