UNPKG

@paroicms/front-media-gallery

Version:

Basic media gallery react component for Paroi CMS.

8 lines (7 loc) 283 B
import type { i18n } from "i18next"; export declare function addFrontMediaGalleryLocales(i18n: i18n): void; export * from "./MediaGallery"; export * from "./SingleMedia"; export * from "./gallery-types"; export * from "./helpers/http-helper"; export * from "./helpers/isImageGuard";