Skip to content

Commit 69439cc

Browse files
committed
chore: cleanup
1 parent 38f9052 commit 69439cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/shapes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as React from 'react'
22
import * as THREE from 'three'
33

44
export type Args<T> = T extends new (...args: any) => any ? ConstructorParameters<T> : T
5-
export type ShapeProps<T> = Omit<JSX.IntrinsicElements['mesh'], 'args' | 'type'> & {
5+
export type ShapeProps<T> = Omit<JSX.IntrinsicElements['mesh'], 'args'> & {
66
args?: Args<T>
77
children?: React.ReactNode
88
}

0 commit comments

Comments
 (0)