UNPKG

@zag-js/avatar

Version:

Core logic for the avatar widget implemented as a state machine

8 lines (5 loc) 202 B
import * as _zag_js_core from '@zag-js/core'; import { AvatarSchema } from './avatar.types.mjs'; import '@zag-js/types'; declare const machine: _zag_js_core.Machine<AvatarSchema>; export { machine };