blob: 416c420482a6330993d211e136d5748800e1a41f [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
*/
export { MatCommonModule, MATERIAL_SANITY_CHECKS } from './common-module';
export { CanDisable, CanDisableCtor, mixinDisabled } from './disabled';
export { CanColor, CanColorCtor, mixinColor, ThemePalette } from './color';
export { CanDisableRipple, CanDisableRippleCtor, mixinDisableRipple } from './disable-ripple';
export { HasTabIndex, HasTabIndexCtor, mixinTabIndex } from './tabindex';
export { CanUpdateErrorState, CanUpdateErrorStateCtor, mixinErrorState } from './error-state';
export { HasInitialized, HasInitializedCtor, mixinInitialized } from './initialized';