UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

10 lines 450 B
import { type Config } from '@expofp/config'; /** * The event data document, read straight off the active config — the merged, * asset-resolved, normalized and frozen copy `loadConfig` produced (it carries * every legacy `data.js` field; `window.__data` is gone). This module only * loads inside the floorplan chunk, after `load()` has called `setConfig`. */ declare const data: Config; export default data; //# sourceMappingURL=index.d.ts.map