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.

11 lines (10 loc) 561 B
import { KoalaDialogService } from '@koalarx/ui/dialog'; import { KoalaQuestionConfigInterface } from './koala-question-config.interface'; import * as i0 from "@angular/core"; export declare class KoalaQuestionService { private dialogService; constructor(dialogService: KoalaDialogService); open(config: KoalaQuestionConfigInterface, yesCallback?: () => void, noCallback?: () => void): void; static ɵfac: i0.ɵɵFactoryDeclaration<KoalaQuestionService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<KoalaQuestionService>; }