From 8c0d30c51f437be7ff1526392ab72c329f788a35 Mon Sep 17 00:00:00 2001 From: Ahmad Luthfi Masruri Date: Tue, 23 Mar 2021 16:25:25 +0700 Subject: [PATCH] docs: update export.md --- docs/content/api/export.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/content/api/export.md b/docs/content/api/export.md index efffc6d1..5a26aac2 100644 --- a/docs/content/api/export.md +++ b/docs/content/api/export.md @@ -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