Spaces:
Running
Running
| import { ReactNode } from "react"; | |
| export interface TooltipProps { | |
| text: string; | |
| children: ReactNode; | |
| } | |
| import { ReactNode } from "react"; | |
| export interface TooltipProps { | |
| text: string; | |
| children: ReactNode; | |
| } | |