UNPKG

@zag-js/tooltip

Version:

Core logic for the tooltip widget implemented as a state machine

11 lines (10 loc) 164 B
// src/tooltip.store.ts import { createStore } from "@zag-js/utils"; var store = createStore({ id: null, prevId: null, instant: false }); export { store };