@vismaux/ngx-nordic-cool
Version:
Common Nordic-Cool components for Angular.
10 lines (9 loc) • 422 B
TypeScript
import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NcPillComponent {
disabled: boolean;
value: any;
readonly templateRef: TemplateRef<any>;
static ɵfac: i0.ɵɵFactoryDeclaration<NcPillComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NcPillComponent, "nc-pill", never, { "disabled": "disabled"; "value": "value"; }, {}, never, ["*"]>;
}