@fivethree/core
Version:
Fivethree Core Components
27 lines (26 loc) • 715 B
TypeScript
import { OnInit, EventEmitter } from '@angular/core';
export declare class FivIcon implements OnInit {
_name: string;
_badge: number;
_dot: boolean;
tempValue: number;
state: 'normal' | 'rotate';
temp: string;
color: string;
slot: string;
smallIcon: string;
off: boolean;
animationDisabled: boolean;
transitionDone: EventEmitter<string>;
indicatorState: 'normal' | 'scale';
badgeState: 'normal' | 'scale';
name: string;
badge: number;
dot: boolean;
constructor();
ngOnInit(): void;
transform(name: string): void;
transformIndicator(value: number): void;
rotateAnimDone(event: any): void;
incrementDone(event: any): void;
}