schema and interactive store

This commit is contained in:
wass08
2026-03-06 13:06:33 +01:00
parent 3e40c1dde0
commit 927ecba054
6 changed files with 168 additions and 7 deletions
+1
View File
@@ -41,6 +41,7 @@ export {
} from './lib/space-detection'
// Schema
export * from './schema'
export { useInteractive, type ControlValue, type ItemInteractiveState } from './store/use-interactive'
export { default as useScene } from './store/use-scene'
// Systems
export { CeilingSystem } from './systems/ceiling/ceiling-system'