react-live
react-live copied to clipboard
Fix EditorProps type
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.