UNPKG

@particle-network/auth-core-modal

Version:

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

12 lines (11 loc) 305 B
import type { FormInstance } from 'antd'; import React from 'react'; interface Iprops { form: FormInstance; name: string; disabled?: boolean; previewMode?: string; [key: string]: any; } declare const PhoneInputItem: (props: Iprops) => React.JSX.Element; export default PhoneInputItem;