UNPKG

pomo-tui

Version:

> A beautiful terminal-based Pomodoro timer built with React Ink

7 lines (6 loc) 201 B
import React from 'react'; type PomodoroProps = { onActiveChange: (isActive: boolean) => void; }; export declare function Pomodoro({ onActiveChange }: PomodoroProps): React.JSX.Element; export {};