blob: 8a72be1162882dcff85b43e0bf715501154e3cc3 [file] [log] [blame]
/**
* @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
*/
/** Single error message to be shown underneath the form field. */
export declare class MatError {
id: string;
}