PromucFlow_constructor/app/client/src/components/editorComponents/ToastComponent.tsx
Nikhil Nandagopal 3e9f278b95 Release
2019-11-05 05:09:50 +00:00

8 lines
246 B
TypeScript

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,
});