UNPKG

@particle-network/auth-core-modal

Version:

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

8 lines (7 loc) 290 B
import React from 'react'; declare const ParticleKeywords: ({ onChange, value, keyboardInvisible, }: { onChange?: ((val: string) => void) | undefined; value?: string | undefined; keyboardInvisible?: boolean | undefined; }) => React.JSX.Element; export default ParticleKeywords;