UNPKG

react-web-code-editor

Version:

A Simple and code-style Customizable web code editor with React

12 lines (11 loc) 291 B
declare class Histroy { history: string[]; index: number; timeout: ReturnType<typeof setTimeout> | null; constructor(); push(currentText: string): void; goBack(): string; goForward(): string; } declare const _default: Histroy; export default _default;