@embedreach/components 0.2.8 → 0.2.10

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
@@ -300,6 +300,11 @@ export declare type ViewAutomationProps = {
300
300
  estimatedEmailRecipients: number;
301
301
  estimatedSmsRecipients: number;
302
302
  }) => Promise<true | string>;
303
+ /**
304
+ * Optional boolean to hide features
305
+ */
306
+ hideSms?: boolean;
307
+ hideSales?: boolean;
303
308
  };
304
309
 
305
310
  export { }