UNPKG
@keygate/wallet-management
Version:
latest (3.14.1)
3.14.1
3.14.0
Keygate Wallet Management solution.
github.com/keygate-io/swaps-sdk
keygate-io/swaps-sdk
@keygate/wallet-management
/
dist
/
esm
/
components
/
WalletMenuModal.d.ts
7 lines
(6 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
PropsWithChildren
}
from
'react'
;
export
interface
WalletMenuProps
{
open
:
boolean
;
onClose
:
() =>
void
; }
export
declare
const
WalletMenuModal
:
React
.
FC
<
PropsWithChildren
<
WalletMenuProps
>>;