UNPKG

react-code-canvas

Version:

React component for running and previewing React code with live editing capabilities

5 lines (4 loc) 230 B
import * as React from "react"; import * as SwitchPrimitive from "@radix-ui/react-switch"; declare function Switch({ className, ...props }: React.ComponentProps<typeof SwitchPrimitive.Root>): React.JSX.Element; export { Switch };