UNPKG

@ark-ui/react

Version:

A collection of unstyled, accessible UI components for React, 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[];