cleaaning

This commit is contained in:
Tom Boullay
2026-04-28 10:42:57 +02:00
parent 5e528a90f9
commit d70de8c9a4
11 changed files with 104 additions and 260 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
export type InteractableKind = "grab" | "trigger";
export interface TriggerInteractableHandle {
interface TriggerInteractableHandle {
kind: "trigger";
label: string;
onPress: () => void;