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
/
built-ins
/
stream
/
Stream.d.ts
8 lines
•
297 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
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