blob: 227e3bd1453c7a482a526337574c24aaa8f0097f [file] [log] [blame]
export interface DropdownSettings {
singleSelection: boolean;
text: string;
enableCheckAll: boolean;
selectAllText: string;
unSelectAllText: string;
enableSearchFilter: boolean;
maxHeight: number;
badgeShowLimit: number;
classes: string;
limitSelection?: number;
}