All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.components.collapsible.split-collapsible-props.cjs Maven / Gradle / Ivy

Go to download

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