UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

9 lines (8 loc) 242 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RenderBlock = void 0; const RenderBlock = ({ block, children }) => { const tag = block.tag(); return children; }; exports.RenderBlock = RenderBlock;