UNPKG

@docgeni/template

Version:

Docgeni - Angular Template Components

19 lines 921 B
import { ElementRef, OnInit } from '@angular/core'; import { DocgeniBuiltInComponent } from '../built-in-component'; import * as i0 from "@angular/core"; export type DocgeniAlertType = 'primary' | 'info' | 'success' | 'warning' | 'danger'; export declare class DocgeniAlertComponent extends DocgeniBuiltInComponent implements OnInit { private internalType; get type(): DocgeniAlertType; set type(value: DocgeniAlertType); constructor(elementRef: ElementRef<unknown>); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DocgeniAlertComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DocgeniAlertComponent, "alert", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>; } declare const _default: { selector: string; component: typeof DocgeniAlertComponent; }; export default _default; //# sourceMappingURL=alert.component.d.ts.map