UNPKG

@contentful/rich-text-types

Version:

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

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