UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

11 lines 369 B
import "./OverlayGrip.scss"; import React from "react"; export interface OverlayGripProps { isFull: boolean; onToggle: () => void; ariaLabel: string; className?: string; } declare const OverlayGrip: ({ isFull, onToggle, ariaLabel, className }: OverlayGripProps) => React.JSX.Element; export default OverlayGrip; //# sourceMappingURL=OverlayGrip.d.ts.map