UNPKG

@zag-js/toast

Version:

Core logic for the toast widget implemented as a state machine

9 lines (6 loc) 227 B
import * as _zag_js_core from '@zag-js/core'; import { ToastSchema } from './toast.types.mjs'; import '@zag-js/types'; import '@zag-js/dom-query'; declare const machine: _zag_js_core.Machine<ToastSchema>; export { machine };