UNPKG

@churchapps/apphelper

Version:

Library of helper functions for React and NextJS ChurchApps

9 lines 239 B
import React from "react"; interface Props { aspectRatio: number; onClose: () => void; onSelect: (img: string) => void; } export declare const GalleryModal: React.FC<Props>; export {}; //# sourceMappingURL=GalleryModal.d.ts.map