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

Fix EditorProps type

Open colebemis opened this issue 4 years ago • 0 comments

The current type definition for LiveEditor doesn't include props that are passed through to react-simple-code-editor. This prevents TypeScript consumers from using props like padding. This PR updates the type definition of LiveEditor to include react-simple-code-editor props.

colebemis avatar Feb 07 '21 09:02 colebemis