UNPKG

askeroo

Version:

A modern CLI prompt library with flow control, history navigation, and conditional prompts

6 lines 236 B
import { jsx as _jsx } from "react/jsx-runtime"; import { Box } from "ink"; export function RootContainer({ children }) { return _jsx(Box, { flexDirection: "column", children: children }); } //# sourceMappingURL=RootContainer.js.map