@dotcms/angular
Version:
Official Angular Components library to render a dotCMS page.
18 lines • 755 B
TypeScript
import { BlockEditorNode } from '@dotcms/types';
import * as i0 from "@angular/core";
export declare class DotUnknownBlockComponent {
node: BlockEditorNode;
get isEditMode(): boolean;
protected readonly style: {
backgroundColor: string;
color: string;
padding: string;
borderRadius: string;
marginBottom: string;
marginTop: string;
border: string;
};
static ɵfac: i0.ɵɵFactoryDeclaration<DotUnknownBlockComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DotUnknownBlockComponent, "dotcms-block-editor-renderer-unknown", never, { "node": { "alias": "node"; "required": false; }; }, {}, never, never, true, never>;
}
//# sourceMappingURL=unknown.component.d.ts.map