@guihz/trading-vue-editor-tes 0.0.99 → 0.0.100

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