UNPKG

bigblocks

Version:

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

8 lines 272 B
#!/usr/bin/env node /** * Generate registry.json from component files * This script scans the src/components directory and creates a registry file */ declare function generateRegistry(): void; export { generateRegistry }; //# sourceMappingURL=generate-registry.d.ts.map