Toggle
Function: Toggle()
function Toggle(props: PropsWithChildren<ToggleProps>, context?: any): null | ReactElement
Defined in: src/components/Toggle.ts:13
Parameters
props
PropsWithChildren
<ToggleProps
>
context?
any
Returns
null
| ReactElement