Fixed #2845 - Dropdown and MultiSelect: TS2322 compilcation error
parent
6a3f7bf230
commit
4f5ae18904
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue