UNPKG

@particle-network/auth-core-modal

Version:

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

8 lines (7 loc) 235 B
import type { DeviceInfo } from '@particle-network/auth-core'; import React from 'react'; interface IProps { loginDeviceInfo: DeviceInfo; } declare const DeviceList: (props: IProps) => React.JSX.Element; export default DeviceList;