import React from "react"; import styles from "./index.less"; import { Card, Avatar } from "antd"; import { EditOutlined, EllipsisOutlined, SettingOutlined } from "@ant-design/icons"; const { Meta } = Card; export default () => (
} actions={[ , , ]} > } title="Card title" description="This is the description" />
);