+
+
+ {withCover ?
: ''}
+
+
+ {withIcon ? (
+
+ ) : ''}
+
+ {children.map((block: I.Block, i: number) => {
+ return (
+ {}}
+ onKeyUp={() => {}}
+ onMenuAdd={() => {}}
+ onPaste={() => {}}
+ readOnly={true}
+ />
+ )
+ })}
+
+
+
+
+
+
+
+
+
+ {groups.map((item: any, i: number) => {
+ return
+ })}
+
+
+
+