UNPKG

@zag-js/tooltip

Version:

Core logic for the tooltip widget implemented as a state machine

11 lines (10 loc) 244 B
// src/index.ts import { anatomy } from "./tooltip.anatomy.mjs"; import { connect } from "./tooltip.connect.mjs"; import { machine } from "./tooltip.machine.mjs"; export * from "./tooltip.props.mjs"; export { anatomy, connect, machine };