import React from "react"; import styles from "./index.less"; import { Button, Select, notification } from "antd"; const { Option } = Select; const options = ["topLeft", "topRight", "bottomLeft", "bottomRight"]; const openNotification = () => { notification.open({ message: "Notification Title", description: "This is the content of the notification. This is the content of the notification. This is the content of the notification." }); }; export default () => (