react: typescript toastr

import toastr @types/toastrcss

toastr.tside

import * as toastr from "toastr"
toastr.option.positionClass = "toast-top-center";
toastr.option.closeButtom = true;
export default toastr;

@import "~toastr/build/toastr.min.css";ui

use:spa

import toastr from "./path/to/toastr";
toastr.error(message, title, overrideOptions)
相關文章
相關標籤/搜索