UNPKG

react-ui89

Version:

A collection of React components that mimic a common style of user interfaces from the late 80s and early 90s.

7 lines (6 loc) 216 B
import React from "react"; import "../style/typo.css"; export interface Ui89DigitalClockProps { format?: string; } export declare function Ui89DigitalClock({ format, }: Ui89DigitalClockProps): React.JSX.Element;