UNPKG

react-custom-switcher

Version:

Legacy React multi-option Switch/Toggle component. New development has moved to react-segmented-choice.

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