UNPKG

@idui/react-toggle-controls

Version:
4 lines (3 loc) 162 B
import { ToggleProps } from './types'; declare function ToggleControl({ onChange, type, ...inputProps }: ToggleProps): JSX.Element; export default ToggleControl;