
package.dist.components.tree-view.tree-view-branch-indent-guide.d.ts Maven / Gradle / Ivy
import { HTMLProps, PolymorphicProps } from '../factory';
import { ForwardRefExoticComponent, RefAttributes } from 'react';
export interface TreeViewBranchIndentGuideBaseProps extends PolymorphicProps {
}
export interface TreeViewBranchIndentGuideProps extends HTMLProps<'div'>, TreeViewBranchIndentGuideBaseProps {
}
export declare const TreeViewBranchIndentGuide: ForwardRefExoticComponent>;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy