ngx-modialog-10
Version:
Modal / Dialog for Angular
13 lines (12 loc) • 466 B
TypeScript
import { ElementRef } from '@angular/core';
import { CSSDialogContainer, ModalOverlay } from 'ngx-modialog-10';
/**
* A component that acts as a top level container for an open modal window.
*/
export declare class VexCSSDialogContainer extends CSSDialogContainer {
/**
* The div that wraps the content of the modal, by default use the class `vex-content`
*/
vexContentContainer: ElementRef;
apply(overlay: ModalOverlay): void;
}