UNPKG

@tapsellorg/angular-material-library

Version:

Angular library for Tapsell

8 lines (7 loc) 227 B
import { TemplateRef } from '@angular/core'; export type PghLightboxType = 'image' | 'iframe' | 'template'; export type PghLightBoxDialogData = { type: PghLightboxType; src?: string; template?: TemplateRef<any>; };