UNPKG

bigblocks

Version:

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

5 lines 340 B
import * as SeparatorPrimitive from "@radix-ui/react-separator"; import * as React from "react"; declare const Separator: React.ForwardRefExoticComponent<Omit<SeparatorPrimitive.SeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>; export { Separator }; //# sourceMappingURL=separator.d.ts.map