UNPKG

@zag-js/avatar

Version:

Core logic for the avatar widget implemented as a state machine

10 lines (9 loc) 276 B
// src/avatar.props.ts import { createProps } from "@zag-js/types"; import { createSplitProps } from "@zag-js/utils"; var props = createProps()(["dir", "id", "ids", "onStatusChange", "getRootNode"]); var splitProps = createSplitProps(props); export { props, splitProps };