import { useState } from "react" export {} import { sendToBackground } from "@plasmohq/messaging" // import styleText from "data-text:antd/dist/antd.css" import type { PlasmoGetStyle } from "plasmo" // import "./popup.scss" import { Button, Rate, Space } from 'antd' import 'antd/dist/antd.css'; // export const getStyle: PlasmoGetStyle = () => { // const style = document.createElement("style") // style.textContent = styleText // return style // } function IndexPopup() { const [data, setData] = useState("") return (