@angular/material
Version:
Angular Material
14 lines (13 loc) • 489 B
TypeScript
/**
* @license
* Copyright Google Inc. 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
*/
/** @docs-private */
export declare function getMdSortDuplicateMdSortableIdError(id: string): Error;
/** @docs-private */
export declare function getMdSortHeaderNotContainedWithinMdSortError(): Error;
/** @docs-private */
export declare function getMdSortHeaderMissingIdError(): Error;