fix build complaints

This commit is contained in:
Gavin McDonald
2025-04-19 12:57:31 -04:00
parent 48bc2533c5
commit c3b09fc092
6 changed files with 24 additions and 61 deletions

View File

@@ -2,8 +2,8 @@
import { useRef, useState, ReactNode } from 'react';
type TooltipProps = {
children: React.ReactNode;
content: React.ReactNode;
children: ReactNode;
content: ReactNode;
delay?: number;
mobileDelay?: number;
offsetX?: number;