UNPKG

224 BMarkdownView Raw
1# we-edit-representation-text
2
3## example
4```jsx
5 <Representation type="text"/>
6```
7or
8
9```js
10import Text from "we-edit-representation-text"
11let representation=<Text/>
12ReactDOM.render(<Editor representation={<Text/>}/>)
13```