UNPKG

@koalarx/ui

Version:

Koala UI is a Design System developed in Angular whose objective is to facilitate and make your development faster and simpler, making this framework your greatest ally.

10 lines (9 loc) 291 B
import { MatDialogConfig } from '@angular/material/dialog'; export interface KoalaDialogTemplateInterface { auto: MatDialogConfig; small: MatDialogConfig; normal: MatDialogConfig; big: MatDialogConfig; fullScreen: MatDialogConfig; mobile: MatDialogConfig; }