UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

5 lines (4 loc) 107 B
export const RenderBlock = ({ block, children }) => { const tag = block.tag(); return children; };