import { SwitchProps as UnStyledSwitchProps } from '@sheinx/base'; import { GetWithFieldProps } from '../hooks/use-field-common'; export type BaseSwitchProps = Omit; /** * @title Switch */ export type SwitchProps = GetWithFieldProps;