UNPKG

@ng-ui-libraries/forms

Version:

14 lines (13 loc) 270 B
export declare class DropDownDemoComponent { model: { isMultiple: boolean; icon: string; required: boolean; selected: any; options: { id: number; text: string; }[]; }; markup: string; }