@angular/material
Version:
Angular Material
18 lines (17 loc) • 603 B
TypeScript
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import { AnimationTriggerMetadata } from '@angular/animations';
/** @docs-private */
export declare const SHOW_ANIMATION: string;
/** @docs-private */
export declare const HIDE_ANIMATION: string;
/** Animations used by the Material snack bar. */
export declare const matSnackBarAnimations: {
readonly contentFade: AnimationTriggerMetadata;
readonly snackBarState: AnimationTriggerMetadata;
};