import React from "react"; import { Snackbar, Alert } from '@mui/material'; export default (props: any) => { const { content, duration=3000, type } = props; ...
確定! 回上一頁