UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

6 lines (5 loc) 414 B
import { default as React } from 'react'; import * as SwitchPrimitives from "@radix-ui/react-switch"; export type SwitchProps = React.ComponentPropsWithoutRef<typeof SwitchPrimitives.Root>; export declare const Switch: React.ForwardRefExoticComponent<Omit<SwitchPrimitives.SwitchProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>; //# sourceMappingURL=switch.d.ts.map