UNPKG

@particle-network/auth-core-modal

Version:

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

7 lines (6 loc) 244 B
import React from 'react'; export type MasterPasswordVerifyProps = { loginVerifyMasterPassword?: boolean; }; declare const MasterPasswordVerify: (props?: MasterPasswordVerifyProps) => React.JSX.Element; export default MasterPasswordVerify;