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.

6 lines (5 loc) 183 B
import { KoalaDynamicComponent } from '@koalarx/ui/dynamic-component'; export interface KoalaQuestionConfigInterface { message: string; avatar?: KoalaDynamicComponent; }