UNPKG

@angular/material

Version:
22 lines (21 loc) 870 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 { MdBasicChip, MdChip, MdChipBase, MdChipEvent, MdChipRemove } from './chip'; import { MdChipInput, MdChipInputEvent } from './chip-input'; import { MdChipList, MdChipListChange } from './chip-list'; import { MdChipsModule } from './chips-module'; export { MdBasicChip as MatBasicChip }; export { MdChip as MatChip }; export { MdChipBase as MatChipBase }; export { MdChipEvent as MatChipEvent }; export { MdChipInput as MatChipInput }; export { MdChipInputEvent as MatChipInputEvent }; export { MdChipListChange as MatChipListChange }; export { MdChipList as MatChipList }; export { MdChipRemove as MatChipRemove }; export { MdChipsModule as MatChipsModule };