UNPKG

@ark-ui/react

Version:

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

11 lines (6 loc) 382 B
'use client'; 'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const createSplitProps = require('../../utils/create-split-props.cjs'); const splitPresenceProps = (props) => createSplitProps.createSplitProps()(props, ["immediate", "lazyMount", "onExitComplete", "present", "unmountOnExit"]); exports.splitPresenceProps = splitPresenceProps;