import { __assign, __rest } from "tslib"; import { FormItemDefaultProps } from '../FormItem/props'; import { SwitchDefaultProps } from '../../Switch/props'; // eslint-disable-next-line @typescript-eslint/no-unused-vars var checked = SwitchDefaultProps.checked, defaultChecked = SwitchDefaultProps.defaultChecked, rest = __rest(SwitchDefaultProps, ["checked", "defaultChecked"]); export var FormSwitchDefaultProps = __assign(__assign(__assign({}, FormItemDefaultProps), rest), { switchClassName: '', switchStyle: '' });