UNPKG

react-code-canvas

Version:

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

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