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