UNPKG

@particle-network/auth-core-modal

Version:

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

8 lines (7 loc) 223 B
import React from 'react'; declare const SVGIcon: ({ className, name, ...others }: { [x: string]: any; className?: string | undefined; name?: string | undefined; }) => React.JSX.Element; export default SVGIcon;