hplx-react-elements-dev 1.1.71 → 1.1.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/types.d.ts
CHANGED
|
@@ -263,6 +263,7 @@ export interface DropdownItemsProps {
|
|
|
263
263
|
onSelect?: (value: any) => void;
|
|
264
264
|
ddRef?: any;
|
|
265
265
|
setChangeLeft?: any;
|
|
266
|
+
onRightIconClick?: (value: any) => void;
|
|
266
267
|
}
|
|
267
268
|
export type DropdownValue<IsMulti extends boolean> = IsMulti extends true ? DropdownItemsProps[] : DropdownItemsProps;
|
|
268
269
|
export interface DropdownFieldProps<IsMulti extends boolean> {
|