Skip to content

Commit

Permalink
Style(web-react): Remove unused interface in Tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Jun 21, 2024
1 parent d8785ed commit d124b66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/web-react/src/components/Tooltip/useTooltip.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { useState } from 'react';

export interface UseTooltipProps {}

export interface UseTooltipReturn {
isOpen: boolean;
onToggle: (isOpen: boolean) => void;
Expand Down

0 comments on commit d124b66

Please sign in to comment.