UNPKG

@principal-ade/industry-themed-terminal

Version:

Industry-themed terminal wrapper with integrated theming for xterm.js

9 lines 430 B
import { type Theme } from '@principal-ade/industry-theme'; import type { ITerminalOptions } from '@xterm/xterm'; export interface UseThemedTerminalReturn { theme: Theme; getTerminalOptions: (overrides?: Partial<ITerminalOptions>) => ITerminalOptions; getCSSVariables: () => Record<string, string>; } export declare function useThemedTerminal(): UseThemedTerminalReturn; //# sourceMappingURL=useThemedTerminal.d.ts.map