import { Inset } from "@radix-ui/themes"; import { useMemo } from "react"; type TInsetImageProps = { isHovered: boolean; ref_: React.RefObject; windowWidth: number; }; export default function InsetImage(props: TInsetImageProps) { const seed = useMemo(() => { return Math.floor(Math.random() * (1 + Math.random()) * 100000); }, []); return ( Bold typography ); }