Skip to content

Commit d5508fb

Browse files
author
takuma-hmng8
committed
type fix
1 parent 6427882 commit d5508fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/useWobble3D/Playground.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { OrbitControls, Environment } from "@react-three/drei";
1717

1818
extend({ FxMaterial });
1919

20-
const CONFIG: any = {
20+
const CONFIG: Wobble3DParams = {
2121
...structuredClone(WOBBLE3D_PARAMS),
2222
color0: new THREE.Color(0x1adb91),
2323
color1: new THREE.Color(0xdbff57),

0 commit comments

Comments
 (0)