react: typescript toastr

import toastr @types/toastr

toastr.ts

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

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

use:

import toastr from "./path/to/toastr";
toastr.error(message, title, overrideOptions)

 

posted @ 2019-07-23 16:46  Nyan  阅读(275)  评论(0编辑  收藏  举报