polish docs

This commit is contained in:
Jörg Breitbart
2025-01-09 01:20:25 +01:00
parent 75e5cc19e0
commit 96a3be3ca8
2 changed files with 4 additions and 14 deletions
+3
View File
@@ -37,6 +37,9 @@ declare module '@xterm/addon-progress' {
/**
* Gets or sets the current progress tracked by the addon.
* This can also be used to reset a stuck progress indicator
* back to initial with `{state: 0, value: 0}`
* or to restore an indicator.
*/
public progress: IProgress;
}