Remove link hover args
This commit is contained in:
@ -16,7 +16,7 @@ type PageCoordinates = {
|
||||
|
||||
type LinkHoverBarProps = {
|
||||
anchorCoordinates: PageCoordinates
|
||||
handleButtonClick: (action: HighlightAction, param?: string) => void
|
||||
handleButtonClick: () => void
|
||||
}
|
||||
|
||||
export function LinkHoverBar(props: LinkHoverBarProps): JSX.Element {
|
||||
|
||||
Reference in New Issue
Block a user