
package.dist.components.tabs.tab-content.d.cts Maven / Gradle / Ivy
import { ContentProps } from '@zag-js/tabs';
import { HTMLProps, PolymorphicProps } from '../factory';
import { ForwardRefExoticComponent, RefAttributes } from 'react';
export interface TabContentBaseProps extends ContentProps, PolymorphicProps {
}
export interface TabContentProps extends HTMLProps<'div'>, TabContentBaseProps {
}
export declare const TabContent: ForwardRefExoticComponent>;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy