@angular/material
Version:
Angular Material
35 lines (34 loc) • 1.06 kB
TypeScript
/**
* @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 * from './animation/animation';
export * from './common-behaviors/index';
export * from './datetime/index';
export * from './error/error-options';
export * from './gestures/gesture-annotations';
export * from './gestures/gesture-config';
export * from './line/line';
export * from './option/index';
export * from './label/label-options';
export * from './ripple/index';
export * from './selection/index';
/**
* @deprecated
* @deletion-target 6.0.0
*/
export { MAT_LABEL_GLOBAL_OPTIONS as MAT_PLACEHOLDER_GLOBAL_OPTIONS } from './label/label-options';
/**
* @deprecated
* @deletion-target 6.0.0
*/
export { FloatLabelType as FloatPlaceholderType } from './label/label-options';
/**
* @deprecated
* @deletion-target 6.0.0
*/
export { LabelOptions as PlaceholderOptions } from './label/label-options';
export * from './testing/month-constants';