UNPKG

keystonejs-grapesjs-editor

Version:

KeystoneJS webpage editor powered by grapesjs and react-codemirror2

8 lines 160 B
/** @jsx jsx */ import { jsx } from '@emotion/core'; export default function GrapesEditorCell({ field, data }) { return jsx("span", null, "No Preview"); }