package.dist.components.tree-view.tree-view-label.d.cts Maven / Gradle / Ivy
import { HTMLProps, PolymorphicProps } from '../factory';
import { ForwardRefExoticComponent, RefAttributes } from 'react';
export interface TreeViewLabelBaseProps extends PolymorphicProps {
}
export interface TreeViewLabelProps extends HTMLProps<'label'>, TreeViewLabelBaseProps {
}
export declare const TreeViewLabel: ForwardRefExoticComponent>;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy