UNPKG

ng-materialgrammi

Version:

An Angular framework which follows

15 lines (14 loc) 588 B
import { OnInit } from '@angular/core'; import { Theme } from '../../types'; import * as i0 from "@angular/core"; export declare class AccordionComponent implements OnInit { theme: Theme; items: any; class: string; constructor(); ngOnInit(): void; turnAllOff(missItem: number): void; toggleItem(itemNumber: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "mg-accordion", never, { "theme": "theme"; "items": "items"; "class": "class"; }, {}, never, never>; }