8 lines
299 B
TypeScript
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>>;
|