prosemirror-elements
prosemirror-elements copied to clipboard
Naming: let's make sure Props is only used to describe React components
We've got a few places in the codebase where we use the word 'props' to describe options passed in a non-React context. This has confused some developers arriving at the project, who wonder what these types have to do with React.
Let's find another word to describe these things.