UNPKG

geminis-ng

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.14.

20 lines (19 loc) 632 B
import { EventEmitter } from '@angular/core'; import { NzModalRef, NzModalService } from 'ng-zorro-antd/modal'; import { GnMessageService } from '../message-service/message-service'; export declare class GnModalButtonDirective { private modalService; private messageService; title: string; content: string; params: any; okMethod: string; okDisabled: boolean; width: string; height: string; top: string; afterOpen: EventEmitter<NzModalRef<any, any>>; ok: EventEmitter<boolean>; constructor(modalService: NzModalService, messageService: GnMessageService); onClick(): boolean; }