UNPKG

@playcanvas/blocks

Version:

High level abstract 3D primitives for React

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