Open unional opened 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).
xterm-for-react
xterm
depcheck
Currently
xterm-for-react
does not expose any inferfaces fromxterm
, meaning the consumer needs to import the type separately fromxterm
and add that as a devDeps or deps (if usingdepcheck
to enforce all imports are added as dependencies).