UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

12 lines (11 loc) 771 B
import { SnackBarComponent } from '../../models/abstract-snack-bar.component'; import { SnackBarInjectionData } from '../../models/snack-bar-injection-data'; import { MatSnackBarRef } from '@angular/material/snack-bar'; import * as i0 from "@angular/core"; export declare class WarningSnackBarComponent extends SnackBarComponent<WarningSnackBarComponent> { snackBarRef: MatSnackBarRef<WarningSnackBarComponent>; data: SnackBarInjectionData; constructor(snackBarRef: MatSnackBarRef<WarningSnackBarComponent>, data: SnackBarInjectionData); static ɵfac: i0.ɵɵFactoryDeclaration<WarningSnackBarComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<WarningSnackBarComponent, "ncc-warning-snack-bar", never, {}, {}, never, never, false, never>; }