Skip to content

Commit 80ea00d

Browse files
committed
Update index.tsx
1 parent 5dc8902 commit 80ea00d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ai/src/components/Input/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import '@ui5/webcomponents-ai/dist/Input.js';
44
import type { InputSelectionChangeEventDetail } from '@ui5/webcomponents/dist/Input.js';
55
import type InputType from '@ui5/webcomponents/dist/types/InputType.js';
6-
import type { InputVersionChangeEventDetail, MenuItemClickEventDetail } from '@ui5/webcomponents-ai/dist/Input.js';
6+
import type { InputVersionChangeEventDetail, InputItemClickEventDetail } from '@ui5/webcomponents-ai/dist/Input.js';
77
import type ValueState from '@ui5/webcomponents-base/dist/types/ValueState.js';
88
import { withWebComponent } from '@ui5/webcomponents-react-base';
99
import type { CommonProps, Ui5CustomEvent, Ui5DomRef, UI5WCSlotsNode } from '@ui5/webcomponents-react-base';
@@ -296,7 +296,7 @@ interface InputPropTypes
296296
* | :--------: | :-----: |
297297
* | ❌|❌|
298298
*/
299-
onItemClick?: (event: Ui5CustomEvent<InputDomRef, MenuItemClickEventDetail>) => void;
299+
onItemClick?: (event: Ui5CustomEvent<InputDomRef, InputItemClickEventDetail>) => void;
300300

301301
/**
302302
* Fired when the suggestions picker is open.

0 commit comments

Comments
 (0)