UNPKG

@passflow/passflow-react-sdk

Version:
8 lines 258 B
export type UseJoinInviteProps = () => { fetch: (token: string) => Promise<boolean>; isLoading: boolean; isError: boolean; error: string; }; export declare const useJoinInvite: UseJoinInviteProps; //# sourceMappingURL=use-join-invite.d.ts.map