flowchart-sequence-designer 1.0.1 → 1.2.0

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.
@@ -319,7 +319,7 @@ interface StepEditorProps {
319
319
  t?: ThemeColors;
320
320
  acc?: VariantAccent;
321
321
  }
322
- declare function StepEditor({ nodeId, model, onModelChange, variant, isDark, t, acc }: StepEditorProps): react_jsx_runtime.JSX.Element | null;
322
+ declare function StepEditor({ nodeId, model, onModelChange, variant, isDark, t, acc, }: StepEditorProps): react_jsx_runtime.JSX.Element | null;
323
323
 
324
324
  /**
325
325
  * Built-in sample diagrams shown when a consumer mounts the editor without
@@ -319,7 +319,7 @@ interface StepEditorProps {
319
319
  t?: ThemeColors;
320
320
  acc?: VariantAccent;
321
321
  }
322
- declare function StepEditor({ nodeId, model, onModelChange, variant, isDark, t, acc }: StepEditorProps): react_jsx_runtime.JSX.Element | null;
322
+ declare function StepEditor({ nodeId, model, onModelChange, variant, isDark, t, acc, }: StepEditorProps): react_jsx_runtime.JSX.Element | null;
323
323
 
324
324
  /**
325
325
  * Built-in sample diagrams shown when a consumer mounts the editor without