react-juce icon indicating copy to clipboard operation
react-juce copied to clipboard

Add TS prop types to all internal components

Open JoshMarler opened this issue 5 years ago • 0 comments

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.

JoshMarler avatar Jan 03 '21 17:01 JoshMarler