@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.
11 lines (10 loc) • 580 B
TypeScript
import { KoalaQuestionConfigInterface } from './koala-question-config.interface';
import { KoalaLanguageHelper } from "@koalarx/ui/core";
import * as i0 from "@angular/core";
export declare class DialogQuestionComponent {
config: KoalaQuestionConfigInterface;
languageHelper: typeof KoalaLanguageHelper;
constructor(config: KoalaQuestionConfigInterface);
static ɵfac: i0.ɵɵFactoryDeclaration<DialogQuestionComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DialogQuestionComponent, "ng-component", never, {}, {}, never, never, false>;
}