mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 19:16:52 +01:00
9 lines
233 B
TypeScript
9 lines
233 B
TypeScript
const useMenuElements = () => {
|
|
return {
|
|
setReloadTransactionsMenuActionFunction: (_func: any) => {},
|
|
clearReloadTransactionsMenuAction: () => {},
|
|
isMenuElementsSupported: true,
|
|
};
|
|
};
|
|
|
|
export default useMenuElements;
|