mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
4 lines
54 B
TypeScript
4 lines
54 B
TypeScript
export interface ActionIcons {
|
|
iconValue: string;
|
|
}
|