package.dist.components.rating-group.rating-group-control.d.ts Maven / Gradle / Ivy
import { HTMLProps, PolymorphicProps } from '../factory';
import { ForwardRefExoticComponent, RefAttributes } from 'react';
export interface RatingGroupControlBaseProps extends PolymorphicProps {
}
export interface RatingGroupControlProps extends HTMLProps<'div'>, RatingGroupControlBaseProps {
}
export declare const RatingGroupControl: ForwardRefExoticComponent>;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy