UNPKG

bigblocks

Version:

Complete Bitcoin UI component library - authentication, social, wallet, market, inscriptions, and blockchain interactions for React

5 lines 339 B
import * as CheckboxPrimitive from "@radix-ui/react-checkbox"; import * as React from "react"; declare const Checkbox: React.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>; export { Checkbox }; //# sourceMappingURL=checkbox.d.ts.map