import { Flex } from '../Box/Flex';
import { Form } from '../Form';
import type { SwitchProps } from './Switch';
import { Switch } from './Switch';
export default {
component: Switch,
title: 'Form/Switch',
argTypes: {},
};
export const Usage = (args: SwitchProps) => (
Label
);
export const Sizes = (args: SwitchProps) => (
);