@ark-ui/vue
Version:
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
6 lines (5 loc) • 336 B
JavaScript
//#region src/components/tree-view/use-tree-view-node-context.ts
var [TreeViewNodeStateProvider, useTreeViewNodeContext] = require("../../utils/create-context.cjs").createContext("TreeViewNodeContext");
//#endregion
exports.TreeViewNodeStateProvider = TreeViewNodeStateProvider;
exports.useTreeViewNodeContext = useTreeViewNodeContext;