Fixed #2845 - Dropdown and MultiSelect: TS2322 compilcation error

pull/2862/head
mertsincan 2022-08-16 12:16:04 +01:00
parent 6a3f7bf230
commit 4f5ae18904
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ export interface DropdownFilterEvent {
value: any; value: any;
} }
export interface DropdownProps extends HTMLDivElement { export interface DropdownProps {
/** /**
* Value of the component. * Value of the component.
*/ */

View File

@ -49,7 +49,7 @@ export interface MultiSelectFilterEvent {
value: string; value: string;
} }
export interface MultiSelectProps extends HTMLDivElement { export interface MultiSelectProps {
/** /**
* Value of the component. * Value of the component.
*/ */