@versatiledatakit/data-pipelines
Version:
Data Pipelines help Data Engineers develop, deploy, run, and manage data processing workloads (called 'Data Job')
15 lines (14 loc) • 614 B
TypeScript
import { EventEmitter } from '@angular/core';
import { ModalComponentDirective } from '../modal';
import * as i0 from "@angular/core";
export declare class DeleteModalComponent extends ModalComponentDirective {
delete: EventEmitter<undefined>;
constructor();
/**
* emit that the user confirmed that it want to delete the item
* and close the modal
*/
confirm(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DeleteModalComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DeleteModalComponent, "lib-delete-modal", never, {}, { "delete": "delete"; }, never, never>;
}