UNPKG

@zag-js/tooltip

Version:

Core logic for the tooltip widget implemented as a state machine

9 lines (6 loc) 230 B
import * as _zag_js_core from '@zag-js/core'; import { TooltipSchema } from './tooltip.types.mjs'; import '@zag-js/popper'; import '@zag-js/types'; declare const machine: _zag_js_core.Machine<TooltipSchema>; export { machine };