UNPKG

@zag-js/presence

Version:

Core logic for the presence widget implemented as a state machine

7 lines (4 loc) 183 B
import * as _zag_js_core from '@zag-js/core'; import { PresenceSchema } from './presence.types.js'; declare const machine: _zag_js_core.Machine<PresenceSchema>; export { machine };