UNPKG

@particle-network/auth-core-modal

Version:

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

9 lines (8 loc) 254 B
import React from 'react'; interface Prop { visible: boolean; setVisible: (visible: boolean) => void; onBind: () => void; } declare const BindSecurityAccountPrompt: (prop: Prop) => React.JSX.Element; export default BindSecurityAccountPrompt;