UNPKG

@easykit/design

Version:

Easy kit design components

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 };