UNPKG

semantic-ui-react

Version:
11 lines (6 loc) 314 B
import * as React from 'react' import { ImageProps, StrictImageProps } from '../../elements/Image' export interface ItemImageProps extends ImageProps {} export interface StrictItemImageProps extends StrictImageProps {} declare const ItemImage: React.StatelessComponent<ItemImageProps> export default ItemImage