import React from "react"; import styles from "./index.less"; import { Button, notification, Divider } from "antd"; import { RadiusUpleftOutlined, RadiusUprightOutlined, RadiusBottomleftOutlined, RadiusBottomrightOutlined } from "@ant-design/icons"; const openNotification = placement => { notification.info({ message: `Notification ${placement}`, description: "This is the content of the notification. This is the content of the notification. This is the content of the notification.", placement }); }; export default () => (