feat(SW-892) Show toolTip on button hover
This commit is contained in:
@@ -11,7 +11,7 @@ export interface FilterChipProps {
|
||||
value?: string
|
||||
selected?: boolean
|
||||
disabled?: boolean
|
||||
tooltipText: string | undefined
|
||||
hasTooltip?: boolean
|
||||
}
|
||||
|
||||
export type FilterChipCheckboxProps = Omit<FilterChipProps, "type">
|
||||
|
||||
Reference in New Issue
Block a user