@angular/material
Version:
Angular Material
13 lines (12 loc) • 526 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
*/
export { MatCommonModule, MATERIAL_SANITY_CHECKS } from './common-module';
export { CanDisable, mixinDisabled } from './disabled';
export { CanColor, mixinColor, ThemePalette } from './color';
export { CanDisableRipple, mixinDisableRipple } from './disable-ripple';
export { HasTabIndex, mixinTabIndex } from './tabindex';