2019-10-07 12:29:38 +00:00
|
|
|
import { Position, Toaster } from "@blueprintjs/core";
|
|
|
|
|
|
|
|
|
|
// To add a toast import this instance and call .show()
|
|
|
|
|
// https://blueprintjs.com/docs/#core/components/toast.example
|
2020-02-03 12:19:10 +00:00
|
|
|
export const AppToaster = Toaster.create({
|
2019-10-07 12:29:38 +00:00
|
|
|
position: Position.BOTTOM_RIGHT,
|
|
|
|
|
});
|