UNPKG

@idui/react-toggle-controls

Version:
4 lines (3 loc) 213 B
import { SwitchProps } from './types'; declare function Switch({ checked, onChange, className, label, disabled, colors, icons, toggleSize, handleSize, ...props }: SwitchProps): JSX.Element; export default Switch;