UNPKG

bigblocks

Version:

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

9 lines 274 B
interface RegistryItem { name: string; type: string; description?: string; } export declare function getRegistryIndex(): Promise<RegistryItem[]>; export declare function loadComponent(name: string): Promise<any>; export {}; //# sourceMappingURL=registry.d.ts.map