UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

9 lines • 323 B
import type RootStore from './RootStore'; export default class BookmarksStore { private readonly rootStore; constructor(rootStore: RootStore); get bookmarkedBooths(): import("./BoothStore").Booth[]; get total(): number; get hasRoutableBookmarks(): boolean; } //# sourceMappingURL=BookmarksStore.d.ts.map