UNPKG

bigblocks

Version:

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

5 lines 327 B
import * as SwitchPrimitives from "@radix-ui/react-switch"; import * as React from "react"; declare const Switch: React.ForwardRefExoticComponent<Omit<SwitchPrimitives.SwitchProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>; export { Switch }; //# sourceMappingURL=switch.d.ts.map