UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

9 lines 277 B
import React from "react"; interface GalleryControlsProps { zoomIn: () => void; zoomOut: () => void; onClose: () => void; } declare const _default: React.FunctionComponent<GalleryControlsProps>; export default _default; //# sourceMappingURL=GalleryControls.d.ts.map