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