UNPKG

@ark-ui/vue

Version:

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

5 lines (4 loc) 321 B
import { NodeProps } from '@zag-js/tree-view'; export interface UseTreeViewNodePropsContext extends NodeProps { } export declare const TreeViewNodePropsProvider: (opts: UseTreeViewNodePropsContext) => void, useTreeViewNodePropsContext: (fallback?: UseTreeViewNodePropsContext | undefined) => UseTreeViewNodePropsContext;