UNPKG

ngx-contentful-rich-text

Version:

Angular renderer for the Contentful rich text field type

5 lines (4 loc) 134 B
import { Block, Inline } from '@contentful/rich-text-types'; export declare abstract class NodeRenderer { node: Block | Inline; }