@ark-ui/react
Version:
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
18 lines (13 loc) • 420 B
JavaScript
'use client';
;
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",
"skipAnimationOnMount",
"unmountOnExit"
]);
exports.splitPresenceProps = splitPresenceProps;