UNPKG

fnglish-notebook

Version:

A cross-platform CLI tool for English learning with translation, voice pronunciation, and Notion integration. Supports Windows, macOS, and Linux.

8 lines (7 loc) 197 B
import React from 'react'; import type { Config } from '../utils/types.js'; interface MainScreenProps { config: Config; } export declare const MainScreen: React.FC<MainScreenProps>; export {};