Skip to content

Commit

Permalink
feat: Add TypeScript types for <Overlay>, <OverlayTrigger>, <Tooltip>…
Browse files Browse the repository at this point in the history
…, <IconButton> (#3100)

* feat: add typings for <Overlay> and <OverlayTrigger>

* feat: add typings for <Tooltip>

* feat: add typings for <IconButton>

* chore: typing cleanups for <Chip> code

* feat: slightly more detailed types for <Chip/ChipIcon> - per review
  • Loading branch information
bradenmacdonald authored and PKulkoRaccoonGang committed Aug 5, 2024
1 parent 9c8fb9c commit a5678b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions src/Chip/constants.js

This file was deleted.

2 changes: 1 addition & 1 deletion www/src/components/header/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface INavbar {
siteTitle: string,
onMenuClick: () => boolean,
setTarget: React.Dispatch<React.SetStateAction<HTMLButtonElement | null>>,
onSettingsClick: Function | undefined,
onSettingsClick?: () => void,
menuIsOpen?: boolean,
showMinimizedTitle?: boolean,
showSettingsIcon?: boolean,
Expand Down

0 comments on commit a5678b6

Please sign in to comment.