UNPKG

room-gallery

Version:

Room Gallery: A 3D carousel - A Responsive 3D Image Slider Implemented in TypeScript as a React Component, Utilizing Vanilla JavaScript and jQuery

6 lines 345 B
/*! Formir - Room Gallery v1.4.7-dev by @konrad-k - https://formir.io/room-gallery/ * All rights reserved - Copyright © 2024 */ import type { RoomGalleryProps } from './types/types'; import { RoomGallery } from './components/RoomGallery'; export { RoomGallery, RoomGalleryProps }; export default RoomGallery; //# sourceMappingURL=index.d.ts.map