UNPKG

askeroo

Version:

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

7 lines 259 B
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