@zag-js/tooltip
Version:
Core logic for the tooltip widget implemented as a state machine
10 lines (9 loc) • 542 B
TypeScript
export { anatomy } from './tooltip.anatomy.js';
export { connect } from './tooltip.connect.js';
export { machine } from './tooltip.machine.js';
export { props, splitProps } from './tooltip.props.js';
export { TooltipApi as Api, ElementIds, TooltipMachine as Machine, OpenChangeDetails, TooltipProps as Props, TooltipService as Service, TriggerProps, TriggerValueChangeDetails } from './tooltip.types.js';
export { Placement, PositioningOptions } from '@zag-js/popper';
import '@zag-js/anatomy';
import '@zag-js/core';
import '@zag-js/types';