UNPKG

pubsweet-component-wax

Version:

PubSweet component for the Wax collaborative document editor

10 lines (6 loc) 200 B
import React from 'react' const withConfig = (Wrapper, config) => { const editorWithConfig = props => <Wrapper {...props} config={config} /> return editorWithConfig } export default withConfig