diff --git a/src/types/index.ts b/src/types/index.ts index 5170fadae..58770ba6e 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -1,6 +1,6 @@ /* eslint-disable @typescript-eslint/ban-types */ import type * as THREE from 'three' -import { DefineComponent, Ref, VNode, VNodeRef } from 'vue' +import { DefineComponent, Ref, VNode } from 'vue' // Based on React Three Fiber types by Pmndrs // https://github.com/pmndrs/react-three-fiber/blob/v9/packages/fiber/src/three-types.ts