UNPKG

ink

Version:
6 lines (5 loc) 199 B
/** `useStdout` is a React hook that exposes the stdout stream where Ink renders your app. */ declare const useStdout: () => import("../components/StdoutContext.js").Props; export default useStdout;