UNPKG

@angular/material

Version:
14 lines (13 loc) 465 B
/** * @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 };