UNPKG

beeline-cli

Version:

A terminal wallet for the Hive blockchain - type, sign, rule the chain

8 lines 252 B
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