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) 204 B
import React from 'react'; import type { Config } from '../utils/types.js'; interface SetupProps { onComplete: (config: Config) => void; } export declare const Setup: React.FC<SetupProps>; export {};