UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

7 lines 339 B
import RootStore from "../RootStore"; /** * Parses bookmarks from the ?b= / ?ba= URL parameter and applies them to all stores. * Must be called AFTER all entities (exhibitors, events, speakers, booths) are loaded. */ export declare function initBookmarkedFromUrl(rootStore: RootStore): void; //# sourceMappingURL=init-bookmarks.d.ts.map