UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

5 lines • 454 B
import { type SidebarActionsProps } from '@expofp/ui'; 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