Add TS prop types to all internal components
JoshMarler opened this issue · 0 comments
JoshMarler commented
We need to fully type all the core component prop types.
The main component to properly type is <View>
as we should allow a type union on ViewProps
for clients and other component types.