UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

6 lines • 190 B
import { type LayerDef } from '@expofp/renderer'; export default function configAll(): Promise<{ layers: LayerDef[]; cleanup: () => void; }>; //# sourceMappingURL=config-all.d.ts.map