UNPKG

ngx-gem-spaas

Version:

This library contains services, components, images and styles to provide a unified look and way-of-working throughout GEM SPaaS.

14 lines (13 loc) 289 B
export declare type EmbedModeType = '' | 'iframe'; export declare enum EmbedModeEnum { none = "", iframe = "iframe" } export declare class EmbedModeModel { parent: string; pwd: string; type: EmbedModeType; usr: string; constructor(); isIframe(): boolean; }