@ark-ui/react
Version:
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
21 lines (16 loc) • 451 B
JavaScript
'use client';
;
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const createSplitProps = require('../../utils/create-split-props.cjs');
const splitCollapsibleProps = (props) => createSplitProps.createSplitProps()(props, [
"defaultOpen",
"disabled",
"id",
"ids",
"lazyMount",
"onExitComplete",
"onOpenChange",
"open",
"unmountOnExit"
]);
exports.splitCollapsibleProps = splitCollapsibleProps;