fix build
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
|
import type { ThreeElements } from '@react-three/fiber'
|
||||||
import { forwardRef } from 'react'
|
import { forwardRef } from 'react'
|
||||||
import type { Mesh } from 'three'
|
import type { Mesh } from 'three'
|
||||||
|
|
||||||
interface CursorSphereProps extends Omit<JSX.IntrinsicElements['mesh'], 'ref'> {
|
interface CursorSphereProps extends Omit<ThreeElements['mesh'], 'ref'> {
|
||||||
color?: string
|
color?: string
|
||||||
depthWrite?: boolean
|
depthWrite?: boolean
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user