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.

11 lines (10 loc) 616 B
import { KoalaSnackbarInterface } from "./koala.snackbar.interface"; import { MatSnackBarRef } from "@angular/material/snack-bar"; import * as i0 from "@angular/core"; export declare class KoalaSnackbarComponent { snackbarRef: MatSnackBarRef<KoalaSnackbarComponent>; data: KoalaSnackbarInterface; constructor(snackbarRef: MatSnackBarRef<KoalaSnackbarComponent>, data: KoalaSnackbarInterface); static ɵfac: i0.ɵɵFactoryDeclaration<KoalaSnackbarComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<KoalaSnackbarComponent, "ng-component", never, {}, {}, never, never, false>; }