UNPKG

@docgeni/template

Version:

Docgeni - Angular Template Components

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