Skip to content

Commit

Permalink
docs: update export.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luthfimasruri committed Mar 23, 2021
1 parent 7bb2522 commit 8c0d30c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/content/api/export.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@
`Quill` : The `Quill` namespace on which you can call `register`.

~~~ js
export {
QuillEditor as default,
QuillEditor,
Quill
};
export { QuillEditor, Quill }
export default QuillEditor
~~~

# Import
Expand Down

0 comments on commit 8c0d30c

Please sign in to comment.