UNPKG

@arolariu/components

Version:

🎨 70+ beautiful, accessible React components built on Radix UI. TypeScript-first, tree-shakeable, SSR-ready. Perfect for modern web apps, design systems & rapid prototyping. Zero config, maximum flexibility! ⚡

6 lines • 300 B
import * as React from "react"; import { Toaster as Sonner, toast } from "sonner"; type ToasterProps = React.ComponentProps<typeof Sonner>; declare const Toaster: ({ ...props }: ToasterProps) => import("react/jsx-runtime").JSX.Element; export { toast, Toaster, }; //# sourceMappingURL=sonner.d.ts.map