UNPKG

react-custom-switcher

Version:

Multi-option Switch/Toggle component for React with dragging, snap and customizable UI

4 lines (3 loc) 159 B
import React from 'react'; import { ICustomSwitcherProps } from './CustomSwitcher.types'; export declare const CustomSwitcher: React.FC<ICustomSwitcherProps>;