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)
相关文章
相关标签/搜索