UNPKG

@sofaws/dapp-core

Version:

A library to hold the main logic for a dapp on the Elrond Network

8 lines 264 B
export declare function useGetNotification(): { notification: import("reduxStore/slices").NotificationModal | undefined; clearNotification: () => { payload: undefined; type: string; }; }; //# sourceMappingURL=useGetNotification.d.ts.map