UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

7 lines 208 B
export default class IntercomStore { enabled: boolean; unreadCount: number; setEnabled(value: boolean): void; setUnreadCount(count: number): void; } //# sourceMappingURL=IntercomStore.d.ts.map