UNPKG

@paroicms/bo-media-gallery

Version:

Basic media gallery react component for Paroi CMS.

9 lines (8 loc) 345 B
import type { i18n } from "i18next"; export declare function addFrontMediaGalleryLocales(i18n: i18n): void; export * from "./gallery-types.js"; export * from "./helpers/http-upload.js"; export * from "./helpers/isImageGuard.js"; export * from "./helpers/upload-handler.js"; export * from "./MediaGallery.jsx"; export * from "./SingleMedia.jsx";