We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a572f commit f7118b1Copy full SHA for f7118b1
1 file changed
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