File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ import {
5
5
type Theme ,
6
6
} from "@emotion/react" ;
7
7
import Link from "@mui/material/Link" ;
8
- import type { TooltipProps } from "@radix-ui/react-tooltip" ;
9
8
import { Stack } from "components/Stack/Stack" ;
10
9
import {
11
10
Tooltip ,
12
11
TooltipContent ,
13
12
type TooltipContentProps ,
13
+ type TooltipProps ,
14
14
TooltipProvider ,
15
15
TooltipTrigger ,
16
16
} from "components/Tooltip/Tooltip" ;
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ import { cn } from "utils/cn";
8
8
9
9
export const TooltipProvider = TooltipPrimitive . Provider ;
10
10
11
+ export type TooltipProps = TooltipPrimitive . TooltipProps ;
12
+
11
13
export const Tooltip = TooltipPrimitive . Root ;
12
14
13
15
export const TooltipTrigger = TooltipPrimitive . Trigger ;
You can’t perform that action at this time.
0 commit comments