chore: remove space in function type def

This commit is contained in:
Benjamin Canac
2024-06-07 11:58:39 +02:00
parent 09e4cb77f1
commit 4e17da21f3
4 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ export interface CommandPaletteItem extends Pick<ComboboxItemProps, 'disabled'>
chip?: ChipProps
kbds?: KbdProps['value'][] | KbdProps[]
slot?: string
select? (e: Event): void
select?(e?: Event): void
}
export interface CommandPaletteGroup<T> {