From 393517c64c1132d06c22e2cf9a7545feaeea2013 Mon Sep 17 00:00:00 2001 From: yaoyuchi Date: Mon, 14 Feb 2022 11:29:26 +0800 Subject: [PATCH] add RichText component Signed-off-by: yaoyuchi --- compiler/components/rich_text.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 compiler/components/rich_text.json diff --git a/compiler/components/rich_text.json b/compiler/components/rich_text.json new file mode 100644 index 0000000..cf67685 --- /dev/null +++ b/compiler/components/rich_text.json @@ -0,0 +1,7 @@ +{ + "name": "RichText", + "single": true, + "attrs": [ + "onStart", "onComplete" + ] +} \ No newline at end of file