UNPKG

ngx-eagle

Version:

UI component infrastructure and Design components for mobile and desktop Angular web applications.

7 lines (6 loc) 118 B
export interface ExpansionPanel { id: string; disabled: boolean; expanded: boolean; ngxLabel: string; }