@guihz/trading-vue-editor-tes 0.0.44 → 0.0.45

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,7 @@ import "./style.css";
3
3
  import { Theme } from "@monaco-editor/react";
4
4
  interface IProps {
5
5
  theme?: Theme;
6
+ currentKey?: string;
6
7
  }
7
8
  declare const ReferenceManual: FC<IProps>;
8
9
  export default ReferenceManual;