UNPKG

@contentful/rich-text-types

Version:

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

5 lines (4 loc) 214 B
import { Document } from '../types.js'; import type { ValidationError } from './types.js'; export type { ValidationError }; export declare const validateRichTextDocument: (document: Document) => ValidationError[];