UNPKG

echelonjs

Version:

A new JSX/TSX based framework with decorator-driven reactivity.

9 lines (8 loc) 238 B
export declare class TodoApp { items: string[]; inputValue: string; removeItem(index: number): void; addItem(e: Event): void; updateInput(e: InputEvent): void; render(): import("echelon").EchelonElement<object>; }