mirror of
https://github.com/t4t5/nostr-react.git
synced 2025-08-06 11:14:12 +02:00
Export all functions from nostr client
This commit is contained in:
@@ -20,6 +20,8 @@ import {
|
||||
SendEvent,
|
||||
} from '@nostrgg/client';
|
||||
|
||||
export * from '@nostrgg/client';
|
||||
|
||||
interface NostrContextType {
|
||||
isLoading: boolean;
|
||||
onConnect: (_onConnectCallback?: OnConnectFunc) => void;
|
||||
|
Reference in New Issue
Block a user