UNPKG

@smart-react-components/ui

Version:
7 lines (6 loc) 318 B
import React from 'react'; import { Props as CheckboxProps } from '../Checkbox'; export { OrderPosition as Position } from '../types'; export declare type Props = Omit<CheckboxProps, 'shape'>; declare const Switch: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLInputElement>>; export default Switch;