@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.
9 lines (8 loc) • 427 B
TypeScript
import * as i0 from "@angular/core";
export declare class IconsAnimatedComponent {
icon?: 'loading' | 'downloading';
color?: string;
size?: number;
static ɵfac: i0.ɵɵFactoryDeclaration<IconsAnimatedComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IconsAnimatedComponent, "koala-icon-animated", never, { "icon": "icon"; "color": "color"; "size": "size"; }, {}, never, never, false>;
}