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