@principal-ade/industry-themed-terminal
Version:
Industry-themed terminal wrapper with integrated theming for xterm.js
9 lines • 524 B
TypeScript
import type { Theme } from '@principal-ade/industry-theme';
import '@xterm/xterm/css/xterm.css';
import type { ThemedTerminalProps, ThemedTerminalRef } from '../types/terminal.types';
import '../styles/terminal-theme.css';
export interface ThemedTerminalComponentProps extends ThemedTerminalProps {
theme: Theme;
}
export declare const ThemedTerminal: import("react").ForwardRefExoticComponent<ThemedTerminalComponentProps & import("react").RefAttributes<ThemedTerminalRef>>;
//# sourceMappingURL=ThemedTerminal.d.ts.map