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

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

Go to download

A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.

The newest version!
import { RenderStrategyProps } from '../../utils/render-strategy';
import { TreeNode } from '../collection';
import { HTMLProps, PolymorphicProps } from '../factory';
import { UseTreeViewReturn } from './use-tree-view';
interface RootProviderProps {
    value: UseTreeViewReturn;
}
export interface TreeViewRootProviderBaseProps extends RootProviderProps, RenderStrategyProps, PolymorphicProps {
}
export interface TreeViewRootProviderProps extends HTMLProps<'div'>, TreeViewRootProviderBaseProps {
}
export type TreeViewComponent = (props: TreeViewRootProviderProps & React.RefAttributes) => JSX.Element;
export declare const TreeViewRootProvider: TreeViewComponent;
export {};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy