UNPKG

@contentful/rich-text-types

Version:

Type definitions and constants for the Contentful rich text field type.

7 lines (6 loc) 206 B
import { Document } from './types'; /** * A rich text document considered to be empty. * Any other document structure than this is not considered empty. */ export declare const EMPTY_DOCUMENT: Document;