UNPKG

@ark-ui/vue

Version:

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

4 lines (3 loc) 203 B
import { TreeCollection } from '@zag-js/collection'; import { JsonNode } from '@zag-js/json-tree-utils'; export declare function getBranchValues(tree: TreeCollection<JsonNode>, depth: number): string[];