
package.dist.components.collapsible.split-collapsible-props.cjs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react Show documentation
Show all versions of react Show documentation
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
The newest version!
'use client';
'use strict';
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;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy