UNPKG

@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.

7 lines (6 loc) 184 B
import { Type } from '@angular/core'; export declare class KoalaDynamicComponent { component: Type<any>; data?: any; constructor(component: Type<any>, data?: any); }