UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

13 lines 383 B
import React from "react"; interface GalleryItemProps { url: string; leading?: boolean; setHeight?: boolean; fillMode?: "cover" | "contain"; position?: "center" | "top"; onClick: () => void; onImageLoadHeightUpdate?: () => void; } declare const GalleryItem: React.FC<GalleryItemProps>; export default GalleryItem; //# sourceMappingURL=GalleryItem.d.ts.map