UNPKG

@dotcms/angular

Version:

Official Angular Components library to render a dotCMS page.

10 lines 609 B
import { BlockEditorNode } from '@dotcms/types'; import * as i0 from "@angular/core"; export declare class DotVideoBlock { attrs: BlockEditorNode['attrs']; protected readonly $srcURL: import("@angular/core").Signal<any>; protected readonly $posterURL: import("@angular/core").Signal<any>; static ɵfac: i0.ɵɵFactoryDeclaration<DotVideoBlock, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DotVideoBlock, "dotcms-block-editor-renderer-video", never, { "attrs": { "alias": "attrs"; "required": false; }; }, {}, never, never, true, never>; } //# sourceMappingURL=video.component.d.ts.map