email-builder-online 4.1.2 → 4.1.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.ts CHANGED
@@ -4023,6 +4023,8 @@ export declare interface EmailBuilderProps {
4023
4023
  * restricts the drawer to the Templates + Themes tabs.
4024
4024
  */
4025
4025
  componentsStorage?: 'backend' | 'local';
4026
+ /** When false, hides "Save as template" and the Templates tab in the library drawer. Defaults to true. */
4027
+ templateSaving?: boolean;
4026
4028
  }
4027
4029
 
4028
4030
  export declare interface EmailBuilderRef {