react-juce
react-juce copied to clipboard
Add TS prop types to all internal components
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.