UNPKG

react-toast-kit

Version:

A modern, accessible toast notification system for React applications with automatic CSS injection

7 lines (5 loc) 303 B
// Server-safe exports for Next.js // This file only exports functions that are safe to use in Server Components export { toast } from '../index.mjs'; // Types can be safely exported export type { ToastOptions, ToastPosition, ToastVariant, ToastTheme, ToastAnimation, ToastStyle } from '../index.mjs';