UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

12 lines 399 B
import RootStore from "./RootStore"; export default class BookmarksStore { private readonly rootStore; private readonly _share; constructor(rootStore: RootStore); get bookmarkedBooths(): import("./BoothStore").Booth[]; get total(): number; get hasBookmarks(): boolean; get hasRoutableBookmarks(): boolean; share(): void; } //# sourceMappingURL=BookmarksStore.d.ts.map