UNPKG

react-fex-gallery

Version:

React gallery powered by FEX.net API

8 lines (7 loc) 206 B
import React, { CSSProperties } from 'react'; import { Image } from '../../../store/interfaces'; declare const Item: React.FC<{ image: Image; styles?: CSSProperties; }>; export default Item;