We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6b9829 + f7118b1 commit f0d291fCopy full SHA for f0d291f
demo/client/types.ts
@@ -19,7 +19,7 @@ import type { WebFontsAddon } from '@xterm/addon-web-fonts';
19
import type { WebLinksAddon } from '@xterm/addon-web-links';
20
import type { WebglAddon } from '@xterm/addon-webgl';
21
22
-export type AddonType = 'attach' | 'clipboard' | 'fit' | 'image' | 'progress' | 'search' | 'serialize' | 'unicode11' | 'unicodeGraphemes' | 'webFonts' | 'webLinks' | 'webgl' | 'ligatures';
+export type AddonType = 'attach' | 'clipboard' | 'fit' | 'image' | 'ligatures' | 'progress' | 'search' | 'serialize' | 'unicode11' | 'unicodeGraphemes' | 'webFonts' | 'webLinks' | 'webgl';
23
24
export interface IDemoAddon<T extends AddonType> {
25
name: T;
0 commit comments