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.d.ts
7 lines
•
259 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
React
from
"react"
;
interface
RootContainerProps
{
children
:
React
.
ReactNode
; }
export
declare
function
RootContainer
(
{ children }:
RootContainerProps
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
export
{};
//# sourceMappingURL=RootContainer.d.ts.map