UNPKG

@vtex/admin-ui

Version:

> VTEX admin component library

5 lines (4 loc) 263 B
/// <reference types="react" /> import type { SelectionTreeState } from './state'; export declare const SelectionTreeContext: import("react").Context<SelectionTreeState<any> | null>; export declare function useSelectionTreeContext(): SelectionTreeState<any>;