systelab-components
Version:
systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.
16 lines (15 loc) • 621 B
TypeScript
import { AbstractListBox } from './abstract-listbox.component';
import * as i0 from "@angular/core";
export declare class ListBoxElement {
id: string;
description: string;
constructor(id: string, description: string);
}
export declare class ModulabListBox extends AbstractListBox<ListBoxElement> {
constructor();
getInstance(): ListBoxElement;
getDescriptionField(): string;
getIdField(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<ModulabListBox, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ModulabListBox, "systelab-listbox", never, {}, {}, never, never, false, never>;
}