UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

10 lines 330 B
import React from "react"; import { type Swiper as SwiperInstance } from "swiper"; interface TransformImgProps { swiperRef: React.RefObject<SwiperInstance>; url: string; leading: boolean; } declare const TransformImg: React.FC<TransformImgProps>; export default TransformImg; //# sourceMappingURL=TransformImg.d.ts.map