UNPKG

@zag-js/avatar

Version:

Core logic for the avatar widget implemented as a state machine

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