cocori-ng
Version:
Cocori-ng is an Angular full of great components & utilites based on Material
13 lines (12 loc) • 745 B
TypeScript
import { EventEmitter, Injector, OnInit } from '@angular/core';
import { ExtendPreviewActionsComponent } from '../extend-preview-actions.component';
import * as i0 from "@angular/core";
export declare class SectionTplComponent extends ExtendPreviewActionsComponent implements OnInit {
backgroundColor: string;
readOnly: boolean;
openBottomSheet: EventEmitter<void>;
constructor(injector: Injector);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SectionTplComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SectionTplComponent, "section-tpl", never, { "backgroundColor": "backgroundColor"; "readOnly": "readOnly"; }, { "openBottomSheet": "openBottomSheet"; }, never, ["*"], false>;
}