@netgrif/components-core
Version:
Netgrif Application engine frontend core Angular library
12 lines (11 loc) • 757 B
TypeScript
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 ErrorSnackBarComponent extends SnackBarComponent<ErrorSnackBarComponent> {
snackBarRef: MatSnackBarRef<ErrorSnackBarComponent>;
data: SnackBarInjectionData;
constructor(snackBarRef: MatSnackBarRef<ErrorSnackBarComponent>, data: SnackBarInjectionData);
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorSnackBarComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ErrorSnackBarComponent, "ncc-error-snack-bar", never, {}, {}, never, never, false, never>;
}