Skip to main content

Switch()

const Switch: (props) => null | ReactElement<unknown, string | JSXElementConstructor<any>>

THIS IS A GENERATED FILE. DO NOT ALTER DIRECTLY.

Parameters

props

Omit<SwitchProps, "children" | "className" | "style"> & BaseSwitchProps & RefAttributes<HTMLLabelElement>

Returns

null | ReactElement<unknown, string | JSXElementConstructor<any>>