UNPKG

@particle-network/auth-core-modal

Version:

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

7 lines (6 loc) 183 B
import React from 'react'; declare const SocialLoading: ({ authType, isFailed }: { authType: string; isFailed: boolean; }) => React.JSX.Element; export default SocialLoading;