UNPKG

@particle-network/authkit

Version:

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

7 lines (6 loc) 222 B
import React from 'react'; export declare const useKeyboard: () => {}; export declare const KeyboardProvider: ({ children, container }: { children: React.ReactNode; container: HTMLElement; }) => React.JSX.Element;