UNPKG

bigblocks

Version:

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

11 lines 504 B
import type { UseSocialPostResult } from "../types/hooks.js"; import type { BroadcastResult, SocialError } from "../types/social.js"; interface UseSocialPostOptions { app?: string; onSuccess?: (result: BroadcastResult) => void; onError?: (error: SocialError) => void; } export declare function useSocialPost(options?: UseSocialPostOptions): UseSocialPostResult; export declare function useReplyPost(options?: UseSocialPostOptions): void; export {}; //# sourceMappingURL=useSocialPost.d.ts.map