UNPKG
askeroo
Version:
latest (0.0.0-alpha.16)
0.0.0-alpha.16
0.0.0-alpha.15
0.0.0-alpha.14
0.0.0-alpha.13
0.0.0-alpha.12
0.0.0-alpha.11
0.0.0-alpha.10
0.0.0-alpha.9
0.0.0-alpha.8
0.0.0-alpha.7
0.0.0-alpha.6
0.0.0-alpha.5
0.0.0-alpha.4
0.0.0-alpha.3
0.0.0-alpha.2
0.0.0-alpha.1
A modern CLI prompt library with flow control, history navigation, and conditional prompts
askeroo
/
dist
/
src
/
components
/
RootContainer.js
6 lines
•
236 B
JavaScript
View Raw
1
2
3
4
5
6
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