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