mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
8 lines
187 B
TypeScript
8 lines
187 B
TypeScript
// @ts-nocheck
|
|
import { Position, Toaster, Intent } from '@blueprintjs/core';
|
|
|
|
export const AppToaster = Toaster.create({
|
|
position: Position.RIGHT_BOTTOM,
|
|
intent: Intent.WARNING,
|
|
});
|