UNPKG

@angular/material

Version:
15 lines (14 loc) 775 B
/** * @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';