fix build

This commit is contained in:
wass08
2026-02-24 16:16:07 +09:00
parent 63cf407cac
commit aee8ac5e76
@@ -1,7 +1,8 @@
import type { ThreeElements } from '@react-three/fiber'
import { forwardRef } from 'react'
import type { Mesh } from 'three'
interface CursorSphereProps extends Omit<JSX.IntrinsicElements['mesh'], 'ref'> {
interface CursorSphereProps extends Omit<ThreeElements['mesh'], 'ref'> {
color?: string
depthWrite?: boolean
}