@koalarx/ui
Version:
Koala UI is a Design System developed in Angular whose objective is to facilitate and make your development faster and simpler, making this framework your greatest ally.
10 lines (9 loc) • 368 B
TypeScript
import * as i0 from "@angular/core";
export declare class IconsAnimatedService {
intervalCheckElement: any;
style?: string;
idIcon?: string;
init(icon: string, size: number, color: string): void;
static ɵfac: i0.ɵɵFactoryDeclaration<IconsAnimatedService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<IconsAnimatedService>;
}