@alauda/ui
Version:
Angular UI components by Alauda Frontend Team.
16 lines (15 loc) • 785 B
TypeScript
import { EventEmitter } from '@angular/core';
import { ComponentSize } from '../../internal/types';
import { Bem } from '../../internal/utils';
import * as i0 from "@angular/core";
export declare class CheckTagComponent {
bem: Bem;
hovered: boolean;
checked: boolean;
size: ComponentSize;
round: boolean;
checkedChange: EventEmitter<boolean>;
get rootClass(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<CheckTagComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CheckTagComponent, "aui-check-tag", never, { "checked": { "alias": "checked"; "required": false; }; "size": { "alias": "size"; "required": false; }; "round": { "alias": "round"; "required": false; }; }, { "checkedChange": "checkedChange"; }, never, ["*"], true, never>;
}