UNPKG

@particle-network/auth-core-modal

Version:

Auth Core provides MPC (Multi-Party Computation)-based threshold signatures.

8 lines (7 loc) 219 B
declare const useMessage: () => { error: (content: string) => void; info: (content: string) => void; success: (content: string) => void; warning: (content: string) => void; }; export default useMessage;