mxdraw 0.1.367 → 0.1.368

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/mxdraw.d.ts CHANGED
@@ -1029,7 +1029,7 @@ declare class MxVueComandLine {
1029
1029
  msCmdTip: string;
1030
1030
  msCmdDisplay: string;
1031
1031
  msCmdText: string;
1032
- }) => void) | undefined;
1032
+ }) => void) | undefined | Array<any>;
1033
1033
  mxFunObject: undefined;
1034
1034
  mountUpDisplayFun: (fun: ((data: {
1035
1035
  msCmdTip: string;