@jay-js/ui
Version:
A library of UI components for Jay JS with Tailwind CSS and daisyUI.
4 lines (3 loc) • 315 B
TypeScript
import { type TBaseTagMap } from "@jay-js/elements";
import type { TToast } from "../toast/toast.types.js";
export declare function ToastContainer<T extends TBaseTagMap = "div">({ horizontal = "toast-end", vertical = "toast-top", duration = 5000, asChild = false, ...props }?: TToast<T>): HTMLElementTagNameMap[T];