UNPKG

ipsos-components

Version:

Material Design components for Angular

15 lines (13 loc) 598 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, mixinDisabled} from './disabled'; export {CanColor, mixinColor, ThemePalette} from './color'; export {CanDisableRipple, mixinDisableRipple} from './disable-ripple'; export {HasTabIndex, mixinTabIndex} from './tabindex'; export {CanUpdateErrorState, mixinErrorState} from './error-state';