UNPKG

react-terminal-plus

Version:

A improved version of `react-terminal` - react-terminal-plus

3 lines (2 loc) 132 B
export declare const getCommandHistory: () => Array<string>; export declare const addCommandToHistory: (command: string) => void;