UNPKG

lightswind

Version:

A collection of beautifully crafted React Components, Blocks & Templates for Modern Developers. Create stunning web applications effortlessly by using our 160+ professional and animated react components.

6 lines (5 loc) 229 B
import { ToastPosition } from "@/components/lightswind/toast"; export interface ToasterProps { position?: ToastPosition; } export declare function Toaster({ position }: ToasterProps): import("react/jsx-runtime").JSX.Element;