@vismaux/ngx-nordic-cool
Version:
Common Nordic-Cool components for Angular.
17 lines (16 loc) • 799 B
TypeScript
import { QueryList, EventEmitter } from '@angular/core';
import { NcPillComponent } from './pill/pill.component';
import * as i0 from "@angular/core";
export declare class NcPillsComponent {
color: 'default' | 'primary';
selected: any;
ariaLabel: string | null;
ariaLabelledby: string | null;
readonly selectedChange: EventEmitter<any>;
/** @ignore */
readonly pills: QueryList<NcPillComponent>;
/** @ignore */
select(value: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NcPillsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NcPillsComponent, "nc-pills", never, { "color": "color"; "selected": "selected"; "ariaLabel": "aria-label"; "ariaLabelledby": "aria-labelledby"; }, { "selectedChange": "selectedChange"; }, ["pills"], never>;
}