apiNotification.js 260 B

1234567
  1. import { legacy } from './toastr';
  2. // DEPRECATED -- 2022.12.07 Yuki Takei
  3. // Use methods from './toastr.ts' instead
  4. export const toastError = legacy.toastError;
  5. export const toastSuccess = legacy.toastSuccess;
  6. export const toastWarning = legacy.toastWarning;