UNPKG

ngx-contentful-rich-text

Version:

Angular renderer for the Contentful rich text field type

8 lines (7 loc) 187 B
import { Text as IText } from '@contentful/rich-text-types'; export interface Text extends IText { markIndex: number; } export declare abstract class MarkRenderer { node: Text; }