UNPKG

realtime-data-cli-tool

Version:

A real-time data dashboard CLI tool built with Ink, React, and TypeScript that displays live ISS location, weather, Bitcoin prices, random facts, and inspirational quotes

8 lines (7 loc) 157 B
import React from 'react'; interface HeaderProps { name: string; currentTime: Date; } export declare const Header: React.FC<HeaderProps>; export {};