@angular/material
Version:
Angular Material
14 lines (13 loc) • 465 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
*/
import { MdInput } from './input';
import { MdTextareaAutosize } from './autosize';
import { MdInputModule } from './input-module';
export { MdInput as MatInput };
export { MdInputModule as MatInputModule };
export { MdTextareaAutosize as MatTextareaAutosize };