UNPKG

@webilix/ngx-helper-m3

Version:

Helper library for Angular and Material 3

12 lines (11 loc) 295 B
export interface INgxHelperConfirm { readonly question: string; readonly description?: string; readonly data?: { readonly title: string; readonly value: string; }; readonly icon?: string; readonly confirmClass?: string; readonly denyClass?: string; }