UNPKG

buroventures-harald-code

Version:

Harald Code - AI-powered coding assistant CLI

5 lines 395 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { Box, Text } from 'ink'; import { Colors } from '../colors.js'; export const ShellModeIndicator = () => (_jsx(Box, { children: _jsxs(Text, { color: Colors.AccentYellow, children: ["shell mode enabled", _jsx(Text, { color: Colors.Gray, children: " (esc to disable)" })] }) })); //# sourceMappingURL=ShellModeIndicator.js.map