UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

8 lines (7 loc) 188 B
import { PositionalAudio } from "three"; declare type Entity = { id: string; posAudio: PositionalAudio | undefined; }; export declare const useEntities: () => Entity[]; export {};