@contentful/rich-text-types
Version:
Type definitions and constants for the Contentful rich text field type.
12 lines (11 loc) • 412 B
TypeScript
export { BLOCKS } from './blocks';
export { INLINES } from './inlines';
export { MARKS } from './marks';
export * from './schemaConstraints';
export * from './types';
export * from './nodeTypes';
export { EMPTY_DOCUMENT } from './emptyDocument';
import * as helpers from './helpers';
export { helpers };
export { validateRichTextDocument } from './validator';
export type { ValidationError } from './validator';