UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

12 lines 517 B
import RootStore from "../RootStore"; import { BaseShortcutProvider, ShortcutConfig } from "../ShortcutProvider"; export declare class SpeakerShortcutProvider extends BaseShortcutProvider { private rootStore; readonly id = "speakers"; constructor(rootStore: RootStore); private get computedShortcuts(); createShortcuts(): ShortcutConfig[]; handleShortcutClick(shortcutId: string): void; handleShortcutReset(shortcutId: string): void; } //# sourceMappingURL=SpeakerShortcutProvider.d.ts.map