UNPKG

ink

Version:
6 lines (5 loc) 174 B
/** * `useStderr` is a React hook, which exposes stderr stream. */ declare const useStderr: () => import("../components/StderrContext.js").Props; export default useStderr;