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
/
CardListItemButton.d.ts
10 lines
(9 loc)
•
275 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
WalletTagType
}
from
'../types/walletTagType.js'
;
interface
CardListItemButtonProps
{
onClick
:
() =>
void
;
title
:
string
;
icon
:
string
;
tagType
?:
WalletTagType
; }
export
declare
const
CardListItemButton
:
React
.
FC
<
CardListItemButtonProps
>;
export
{};