UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

10 lines 348 B
import "./ShortcutsToolbar.scss"; import React from "react"; export interface ShortcutsToolbarProps { interfaceId: string; showFiltersButton?: boolean; className?: string; } declare const ShortcutsToolbar: React.NamedExoticComponent<ShortcutsToolbarProps>; export default ShortcutsToolbar; //# sourceMappingURL=ShortcutsToolbar.d.ts.map