package.dist.components.select.select-item-group.d.cts Maven / Gradle / Ivy
import { HTMLProps, PolymorphicProps } from '../factory';
import { ForwardRefExoticComponent, RefAttributes } from 'react';
export interface SelectItemGroupBaseProps extends PolymorphicProps {
}
export interface SelectItemGroupProps extends HTMLProps<'div'>, SelectItemGroupBaseProps {
}
export declare const SelectItemGroup: ForwardRefExoticComponent>;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy