mt-flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS
5 lines (4 loc) • 301 B
TypeScript
import * as React from "react";
import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
declare const Checkbox: React.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
export { Checkbox };