react-terminal
Version:
React component that renders a terminal
46 lines (45 loc) • 1.12 kB
TypeScript
declare const _default: {
dark: {
themeBGColor: string;
themeToolbarColor: string;
themeColor: string;
themePromptColor: string;
};
light: {
themeBGColor: string;
themeToolbarColor: string;
themeColor: string;
themePromptColor: string;
};
dracula: {
themeBGColor: string;
themeToolbarColor: string;
themeColor: string;
themePromptColor: string;
};
"material-dark": {
themeBGColor: string;
themeToolbarColor: string;
themeColor: string;
themePromptColor: string;
};
"material-light": {
themeBGColor: string;
themeToolbarColor: string;
themeColor: string;
themePromptColor: string;
};
"material-ocean": {
themeBGColor: string;
themeToolbarColor: string;
themeColor: string;
themePromptColor: string;
};
matrix: {
themeBGColor: string;
themeToolbarColor: string;
themeColor: string;
themePromptColor: string;
};
};
export default _default;