UNPKG

ionic-angular

Version:

A powerful framework for building mobile and progressive web apps with JavaScript and Angular

14 lines 307 B
import { Directive } from '@angular/core'; /** * @hidden */ export class ItemGroup { } ItemGroup.decorators = [ { type: Directive, args: [{ selector: 'ion-item-group' },] }, ]; /** @nocollapse */ ItemGroup.ctorParameters = () => []; //# sourceMappingURL=item-group.js.map