mirror of
https://github.com/yudai/gotty.git
synced 2026-02-08 17:34:20 +01:00
Add typing for libapps
This commit is contained in:
parent
a8bb23f570
commit
2b4eb55d28
5 changed files with 59 additions and 6 deletions
|
|
@ -3,8 +3,8 @@ import * as bare from "libapps";
|
|||
export class Hterm {
|
||||
elem: HTMLElement;
|
||||
|
||||
term: bare.Terminal;
|
||||
io: bare.IO;
|
||||
term: bare.hterm.Terminal;
|
||||
io: bare.hterm.IO;
|
||||
|
||||
columns: number;
|
||||
rows: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue