mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-23 16:58:27 +01:00
fix typescript error
This commit is contained in:
parent
1ae7d72532
commit
708cc809a0
@ -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>;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user