UNPKG

@ark-ui/react

Version:

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

17 lines (14 loc) 322 B
'use client'; import { createSplitProps } from '../../utils/create-split-props.js'; const splitCollapsibleProps = (props) => createSplitProps()(props, [ "defaultOpen", "disabled", "id", "ids", "lazyMount", "onExitComplete", "onOpenChange", "open", "unmountOnExit" ]); export { splitCollapsibleProps };