dipal-x-tree/internals/TreeViewProvider/TreeViewContext.d.ts
2024-06-21 19:49:13 +03:00

8 lines
299 B
TypeScript

import * as React from 'react';
import { TreeViewContextValue } from './TreeViewProvider.types';
export declare const DEFAULT_TREE_VIEW_CONTEXT_VALUE: TreeViewContextValue<any>;
/**
* @ignore - internal component.
*/
export declare const TreeViewContext: React.Context<TreeViewContextValue<any>>;