ng-materialgrammi
Version:
An Angular framework which follows
16 lines (15 loc) • 633 B
TypeScript
import { EventEmitter, OnInit } from '@angular/core';
import { Theme } from '../../types';
import * as i0 from "@angular/core";
export declare class ChipComponent implements OnInit {
theme: Theme;
outline: boolean;
class: string;
closeBtn: string;
close: EventEmitter<any>;
constructor();
ngOnInit(): void;
chipClass(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<ChipComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ChipComponent, "mg-chip", never, { "theme": "theme"; "outline": "outline"; "class": "class"; "closeBtn": "closeBtn"; }, { "close": "close"; }, never, ["*"]>;
}