feat(SW-892) Show toolTip on button hover

This commit is contained in:
Pontus Dreij
2024-11-14 14:52:30 +01:00
parent 87713d1332
commit 9ec366a500
3 changed files with 38 additions and 27 deletions

View File

@@ -11,7 +11,7 @@ export interface FilterChipProps {
value?: string
selected?: boolean
disabled?: boolean
tooltipText: string | undefined
hasTooltip?: boolean
}
export type FilterChipCheckboxProps = Omit<FilterChipProps, "type">