UNPKG

@amaui/ui-react

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