ngx-contentful-rich-text
Version:
Angular renderer for the Contentful rich text field type
8 lines (7 loc) • 364 B
TypeScript
import { Text } from '@contentful/rich-text-types';
import * as i0 from "@angular/core";
export declare class TextValueComponent {
node: Text;
static ɵfac: i0.ɵɵFactoryDeclaration<TextValueComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TextValueComponent, "ng-component", never, { "node": "node"; }, {}, never, never, false, never>;
}