UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

8 lines 210 B
export interface DisplayOption { name: 'AUTO' | 'GRID' | 'LIST'; value: string; label: string; default?: boolean; getListClass: any; } //# sourceMappingURL=list-display-switch.model.d.ts.map