PromucFlow_constructor/app/client/src/components/editorComponents/ToastComponent.tsx

8 lines
246 B
TypeScript
Raw Normal View History

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
export default Toaster.create({
position: Position.BOTTOM_RIGHT,
});