All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.components.tree-view.tree-view-context.d.ts Maven / Gradle / Ivy

import { TreeNode } from '../collection';
import { UseTreeViewContext } from './use-tree-view-context';
import { ReactNode } from 'react';
export interface TreeViewContextProps {
    children: (context: UseTreeViewContext) => React.ReactNode;
}
export declare const TreeViewContext: (props: TreeViewContextProps) => ReactNode;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy