File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/components/src/components/custom-select Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments