UNPKG

@onesy/ui-react

Version:
9 lines (8 loc) 293 B
import React from 'react'; import { IListItem } from '../ListItem/ListItem'; export declare type IImageListItemBox = IListItem & { position?: 'top' | 'bottom'; backgroundOpacity?: number; }; declare const ImageListItemBox: React.FC<IImageListItemBox>; export default ImageListItemBox;