This commit is contained in:
Frank Noirot
2024-10-23 11:21:31 -04:00
parent 2b85e7abd6
commit 84209e764e

View File

@ -15,9 +15,9 @@ export type StatusBarItemType = {
onClick: (event: React.MouseEvent<HTMLButtonElement>) => void
}
| {
element: 'popover'
popoverContent: React.ReactNode
}
element: 'popover'
popoverContent: React.ReactNode
}
| {
element: 'link' | 'externalLink'
href: string