mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-10 07:19:40 +08:00
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: