UNPKG

@zag-js/tooltip

Version:

Core logic for the tooltip widget implemented as a state machine

10 lines (7 loc) 187 B
import * as _zag_js_utils from '@zag-js/utils'; declare const store: _zag_js_utils.Store<{ id: string | null; prevId: string | null; instant: boolean; }>; export { store };