芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/www/wp-content/plugins/envato-elements/src/js/react/components/Card/ItemCard.jsx
import React from 'react' import styles from './ItemCard.module.scss' const ItemCard = ({ Images, Buttons, title, description }) => { return (
{Images}
{title}
{description}
{Buttons}
) } export default ItemCard