Skip to content

Commit 608c713

Browse files
mfranzkeCopilot
andauthored
Update packages/components/src/components/custom-select/model.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7d74023 commit 608c713

File tree

1 file changed

+3
-3
lines changed
  • packages/components/src/components/custom-select

1 file changed

+3
-3
lines changed

packages/components/src/components/custom-select/model.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,9 @@ export type DBCustomSelectDefaultState = {
283283
) => void;
284284
handleSummaryFocus: () => void;
285285
handleSelect: (value?: string) => void;
286-
handleSelectAll: (event: any) => void;
287-
handleClearAll: (event: any) => void;
288-
handleDropdownToggle: (event: any) => void;
286+
handleSelectAll: (event: InputEvent<HTMLInputElement>) => void;
287+
handleClearAll: (event: InputEvent<HTMLInputElement>) => void;
288+
handleDropdownToggle: (event: GeneralEvent<HTMLDetailsElement>) => void;
289289
handleDocumentClose: (event: GeneralEvent<HTMLElement>) => void;
290290
handleOpenByKeyboardFocus: () => void;
291291
handleFocusFirstDropdownCheckbox: (activeElement?: Element) => void;

0 commit comments

Comments
 (0)