UNPKG

pyb-ts

Version:

PYB-CLI - Minimal AI Agent with multi-model support and CLI interface

11 lines (10 loc) 418 B
import * as React from "react"; import { getTheme } from "@utils/theme"; import { Text } from "ink"; function PressEnterToContinue() { return /* @__PURE__ */ React.createElement(Text, { color: getTheme().permission }, "Press ", /* @__PURE__ */ React.createElement(Text, { bold: true }, "Enter"), " to continue\uFFFD\uFFFD? "); } export { PressEnterToContinue }; //# sourceMappingURL=PressEnterToContinue.js.map