Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkasany committed Nov 28, 2024
1 parent be4c18d commit 83ad8a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ export interface TooltipProps
id?: string;
overlayInnerStyle?: React.CSSProperties;
zIndex?: number;
styles?: TootipStyles;
styles?: TooltipStyles;
classNames?: TooltipClassNames;
}

export interface TootipStyles {
export interface TooltipStyles {
root?: React.CSSProperties;
inner?: React.CSSProperties;
}
Expand Down

0 comments on commit 83ad8a3

Please sign in to comment.