@scalably/ui 0.9.1 → 0.9.3

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/index.d.cts CHANGED
@@ -2962,6 +2962,7 @@ declare const Slider: react__default.ForwardRefExoticComponent<SliderProps & rea
2962
2962
  interface BlockEditorProps {
2963
2963
  onSave?: (contentHtml: string) => void;
2964
2964
  initialData?: string;
2965
+ uploadFn?: (options: Record<string, any>) => Promise<void>;
2965
2966
  }
2966
2967
  declare const BlockEditor: react__default.FC<BlockEditorProps>;
2967
2968
 
package/dist/index.d.ts CHANGED
@@ -2962,6 +2962,7 @@ declare const Slider: react__default.ForwardRefExoticComponent<SliderProps & rea
2962
2962
  interface BlockEditorProps {
2963
2963
  onSave?: (contentHtml: string) => void;
2964
2964
  initialData?: string;
2965
+ uploadFn?: (options: Record<string, any>) => Promise<void>;
2965
2966
  }
2966
2967
  declare const BlockEditor: react__default.FC<BlockEditorProps>;
2967
2968