@guihz/trading-vue-editor-tes 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,6 +15,7 @@ interface IProps {
15
15
  }
16
16
  export interface IRefs {
17
17
  saveScript: () => void;
18
+ gotoLine: () => void;
18
19
  setScript: (code: string) => void;
19
20
  }
20
21
  declare const TradingEditorComponent: import("react").ForwardRefExoticComponent<IProps & import("react").RefAttributes<IRefs>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guihz/trading-vue-editor-tes",
3
- "version": "0.0.003",
3
+ "version": "0.0.004",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "lib"