UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

5 lines 464 B
import { type SidebarActionsProps } from '../ui/SidebarActions'; type SidebarActionsContainerProps = Omit<SidebarActionsProps, 'directionsLabel' | 'visitedLabel' | 'notVisitedLabel' | 'saveBookmarkLabel' | 'removeBookmarkLabel' | 'routePlannerLabel' | 'shareLabel'>; declare const SidebarActionsContainer: import("react").FunctionComponent<SidebarActionsContainerProps>; export default SidebarActionsContainer; //# sourceMappingURL=SidebarActionsContainer.d.ts.map