@ark-ui/react
Version:
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
11 lines (6 loc) • 336 B
JavaScript
'use client';
;
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const useTreeViewNodeContext = require('./use-tree-view-node-context.cjs');
const TreeViewNodeContext = (props) => props.children(useTreeViewNodeContext.useTreeViewNodeContext());
exports.TreeViewNodeContext = TreeViewNodeContext;