We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f9052 commit 69439ccCopy full SHA for 69439cc
src/core/shapes.tsx
@@ -2,7 +2,7 @@ import * as React from 'react'
2
import * as THREE from 'three'
3
4
export type Args<T> = T extends new (...args: any) => any ? ConstructorParameters<T> : T
5
-export type ShapeProps<T> = Omit<JSX.IntrinsicElements['mesh'], 'args' | 'type'> & {
+export type ShapeProps<T> = Omit<JSX.IntrinsicElements['mesh'], 'args'> & {
6
args?: Args<T>
7
children?: React.ReactNode
8
}
0 commit comments