UNPKG

@arolariu/components

Version:

A collection of reusable components for React applications, built as ESM & CJS modules with tree shake, minify and bundler optimizations enabled, for the lowest bundle size (import cost)!

4 lines (3 loc) 169 B
import { ToasterProps, toast } from "sonner"; declare const Toaster: ({ ...props }: ToasterProps) => import("react/jsx-runtime").JSX.Element; export { Toaster, toast };