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

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

import { RenderStrategyProps } from '../../utils/render-strategy';
import { TreeNode } from '../collection';
import { HTMLProps, PolymorphicProps } from '../factory';
import { UseTreeViewProps } from './use-tree-view';
export interface TreeViewRootBaseProps extends UseTreeViewProps, RenderStrategyProps, PolymorphicProps {
}
export interface TreeViewRootProps extends HTMLProps<'div'>, TreeViewRootBaseProps {
}
export type TreeViewComponent = (props: TreeViewRootProps & React.RefAttributes) => JSX.Element;
export declare const TreeViewRoot: TreeViewComponent;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy