@principal-ade/industry-themed-terminal
Version:
Industry-themed terminal wrapper with integrated theming for xterm.js
10 lines • 790 B
TypeScript
export { ThemedTerminal } from './src/components/ThemedTerminal';
export { ThemedTerminalWithProvider } from './src/components/ThemedTerminalWithProvider';
export type { ThemedTerminalProps, ThemedTerminalRef, TerminalHeaderBadge, TerminalOverlayState, TerminalScrollPosition, } from './src/types/terminal.types';
export { useThemedTerminal } from './src/hooks/useThemedTerminal';
export type { UseThemedTerminalReturn } from './src/hooks/useThemedTerminal';
export { createTerminalTheme, getTerminalCSSVariables, } from './src/utils/terminalTheme';
export type { Theme } from '@principal-ade/industry-theme';
export type { Terminal, ITheme as XTermTheme, ITerminalOptions } from '@xterm/xterm';
export type { ISearchOptions } from '@xterm/addon-search';
//# sourceMappingURL=index.d.ts.map