fix typescript error

This commit is contained in:
sawka 2023-03-17 16:23:35 -07:00
parent 1ae7d72532
commit 708cc809a0

View File

@ -7,6 +7,7 @@ import {WindowSize, RendererContext, TermOptsType, LineType, RendererOpts} from
import ReactMarkdown from 'react-markdown' import ReactMarkdown from 'react-markdown'
import remarkGfm from 'remark-gfm' import remarkGfm from 'remark-gfm'
import {boundInt} from "./util"; import {boundInt} from "./util";
import {sprintf} from "sprintf-js";
type OV<V> = mobx.IObservableValue<V>; type OV<V> = mobx.IObservableValue<V>;