UNPKG

react-fex-gallery

Version:

React gallery powered by FEX.net API

5 lines (4 loc) 162 B
import * as React from 'react'; import { IProps } from './store/interfaces'; declare const ReactFexGallery: React.FC<IProps>; export default ReactFexGallery;