inet-ui
Version:
iNet Angular UI === [![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][downloads-url]
9 lines (8 loc) • 437 B
TypeScript
import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ModalContentDirective {
templateRef: TemplateRef<unknown>;
constructor(templateRef: TemplateRef<unknown>);
static ɵfac: i0.ɵɵFactoryDeclaration<ModalContentDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ModalContentDirective, "ng-template[modalContent]", never, {}, {}, never, never, false, never>;
}