UNPKG

@surveycake/rc

Version:

react component of surveycake

5 lines (4 loc) 133 B
import { FC } from 'react'; import { SwitchProps } from './types'; declare const Switch: FC<SwitchProps>; export default Switch;