UNPKG

@smart-react-components/ui

Version:
7 lines (6 loc) 289 B
import React from 'react'; import { Props as CheckboxGroupProps } from '../Checkbox/CheckboxGroup'; export { OrderPosition as Position } from '../types'; export declare type Props = Omit<CheckboxGroupProps, 'shape'>; declare const SwitchGroup: React.FC<Props>; export default SwitchGroup;