UNPKG

@jay-js/ui

Version:

A library of UI components for Jay JS with Tailwind CSS and daisyUI.

7 lines (6 loc) 217 B
import { Toast } from "../components/Toast/Toast.js"; import { TToast } from "../components/Toast/Toast.types.js"; interface IUseToast { for?: string; } export declare function useToast({ ...props }?: IUseToast);