UNPKG
beeline-cli
Version:
latest (0.6.0)
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
A terminal wallet for the Hive blockchain - type, sign, rule the chain
beeline-cli
/
dist
/
ui
/
components
/
Footer.d.ts
8 lines
•
252 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
;
import
{
Screen
}
from
'../WalletUI.js'
;
interface
FooterProps
{
currentScreen
?:
Screen
; }
export
declare
function
Footer
(
{ currentScreen }:
FooterProps
):
React
.
JSX
.
Element
;
export
{};
//# sourceMappingURL=Footer.d.ts.map