UNPKG

@contentful/rich-text-types

Version:

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

5 lines (4 loc) 200 B
import { Text } from '../types.js'; import type { Path } from './path.js'; import { ValidationError } from './types.js'; export declare function assertText(text: Text, path: Path): ValidationError[];