UNPKG

@zag-js/toast

Version:

Core logic for the toast widget implemented as a state machine

9 lines (6 loc) 255 B
import { ToastStoreProps, ToastStore } from './toast.types.mjs'; import '@zag-js/types'; import '@zag-js/core'; import '@zag-js/dom-query'; declare function createToastStore<V = any>(props?: ToastStoreProps): ToastStore<V>; export { createToastStore };