UNPKG

askeroo

Version:

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

8 lines 297 B
import type { StreamOptions } from "./types.js"; export type { StreamOptions }; export declare const StreamDisplay: ({ node, options, events, }: { node: any; options: StreamOptions; events: any; }) => import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=Stream.d.ts.map