UNPKG

autumn-js

Version:
9 lines (6 loc) 360 B
import * as React from 'react'; import * as SwitchPrimitives from '@radix-ui/react-switch'; type SwitchRef = React.ElementRef<typeof SwitchPrimitives.Root>; type SwitchProps = React.ComponentPropsWithoutRef<typeof SwitchPrimitives.Root>; declare const Switch: React.ForwardRefExoticComponent<SwitchProps & React.RefAttributes<SwitchRef>>; export { Switch };