mirror of
https://github.com/t4t5/nostr-react.git
synced 2025-03-17 21:41:42 +01:00
Export all functions from nostr client
This commit is contained in:
parent
408165e17a
commit
eab630f073
@ -20,6 +20,8 @@ import {
|
||||
SendEvent,
|
||||
} from '@nostrgg/client';
|
||||
|
||||
export * from '@nostrgg/client';
|
||||
|
||||
interface NostrContextType {
|
||||
isLoading: boolean;
|
||||
onConnect: (_onConnectCallback?: OnConnectFunc) => void;
|
||||
|
Loading…
x
Reference in New Issue
Block a user