UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

8 lines (7 loc) 209 B
export declare class AccordionItemModel { label: string; height: number; active: boolean; enable: boolean; constructor(label: string, height: number, active?: boolean, enable?: boolean); }