UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

5 lines (4 loc) 156 B
/// <reference types="react" /> import { RichTextType } from '..'; declare const RawEditor: (props: RichTextType) => JSX.Element; export default RawEditor;