UNPKG

@particle-network/auth-core-modal

Version:

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

6 lines (5 loc) 229 B
import React from 'react'; import { type EvmSignProps } from '..'; export declare const getAAIcon: (aaType: string, theme: string) => any; declare function EvmSign(props: EvmSignProps): React.JSX.Element; export default EvmSign;