UNPKG

@ark-ui/react

Version:

A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.

14 lines (11 loc) 294 B
'use client'; import { createSplitProps } from '../../utils/create-split-props.js'; const splitPresenceProps = (props) => createSplitProps()(props, [ "immediate", "lazyMount", "onExitComplete", "present", "skipAnimationOnMount", "unmountOnExit" ]); export { splitPresenceProps };