UNPKG

@particle-network/auth-core-modal

Version:

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

8 lines (7 loc) 252 B
import { type SecurityDetection } from '@particle-network/auth-core'; import React from 'react'; interface Prop { securityDetection: SecurityDetection[]; } declare const RiskReminder: (prop: Prop) => React.JSX.Element; export default RiskReminder;