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