UNPKG

@churchapps/apphelper

Version:

Library of helper functions for React and NextJS ChurchApps

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