UNPKG

use-bluesky

Version:

React hooks to interact with the Bluesky API

7 lines (6 loc) 216 B
type UseProfileProps = { actor?: string; enabled?: boolean; }; export declare const useProfile: ({ actor, enabled }: UseProfileProps) => import("@tanstack/react-query").UseQueryResult<any, Error>; export {};