package.dist.components.switch.switch-root.d.cts Maven / Gradle / Ivy
import { HTMLProps, PolymorphicProps } from '../factory';
import { UseSwitchProps } from './use-switch';
import { ForwardRefExoticComponent, RefAttributes } from 'react';
export interface SwitchRootBaseProps extends UseSwitchProps, PolymorphicProps {
}
export interface SwitchRootProps extends HTMLProps<'label'>, SwitchRootBaseProps {
}
export declare const SwitchRoot: ForwardRefExoticComponent>;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy