UNPKG

@universal-material/angular

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0.

7 lines (6 loc) 212 B
import { InjectionToken } from '@angular/core'; export declare const SNACKBAR_DEFAULT_OPTIONS: InjectionToken<unknown>; export interface SnackbarConfig { actionLabel?: string | null; duration?: number; }