@szum-tech/design-system
Version:
Szum-Tech design system with tailwindcss support
9 lines (6 loc) • 315 B
text/typescript
import * as react_jsx_runtime from 'react/jsx-runtime';
import { ToasterProps as ToasterProps$1 } from 'sonner';
export { toast } from 'sonner';
type ToasterProps = ToasterProps$1;
declare const Toaster: ({ theme, ...props }: ToasterProps) => react_jsx_runtime.JSX.Element;
export { Toaster, type ToasterProps };