geminis-ng
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.14.
12 lines (11 loc) • 336 B
TypeScript
import { Type } from '@angular/core';
export declare const modalContentTypes: {
[key: string]: any;
};
export interface GnModalContentOptions {
key: string;
width?: string;
height?: string;
top?: string;
}
export declare function GnModalContent(options: string | GnModalContentOptions): (target: Type<any>) => void;