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 244 B
import { ToastPosition } from "./toast"; export interface ToasterProps { position?: ToastPosition; } export declare function Toaster({ position }: ToasterProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=toaster.d.ts.map