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