UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

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