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