diff --git a/compiler/components/richeditor.json b/compiler/components/richeditor.json new file mode 100644 index 0000000000000000000000000000000000000000..467bfcad45121264e834132d017780505f5813cf --- /dev/null +++ b/compiler/components/richeditor.json @@ -0,0 +1,8 @@ +{ + "name": "RichEditor", + "atomic": true, + "attrs": [ + "onSelectionChange", "bindSelectionMenu", "copyOptions", "enableDataDetector", "dataDetectorConfig", + "placeholder", "onDidIMEInput", "onEditingChange", "onWillChange", "onDidChange" + ] +} \ No newline at end of file