robert-harbison / xterm-for-react

A React wrapper made for XTerm.js
MIT License
114 stars 50 forks source link

expose interfaces from `xterm` #25

Open unional opened 1 year ago

unional commented 1 year ago

Currently xterm-for-react does not expose any inferfaces from xterm, meaning the consumer needs to import the type separately from xterm and add that as a devDeps or deps (if using depcheck to enforce all imports are added as dependencies).