@ark-ui/react
Version:
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
6 lines (5 loc) • 299 B
text/typescript
import { NodeProps } from '@zag-js/tree-view';
import { Provider } from 'react';
export interface UseTreeViewNodePropsContext extends NodeProps {
}
export declare const TreeViewNodePropsProvider: Provider<UseTreeViewNodePropsContext>, useTreeViewNodePropsContext: () => UseTreeViewNodePropsContext;