kundli-generator 2.0.5 → 2.0.7

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.
@@ -1,6 +1,8 @@
1
1
  export interface ThreeStepsProcessProps {
2
2
  t: (key: string) => string;
3
3
  locale?: string;
4
+ /** If true, show global (email) delivery text; if false, show domestic (WhatsApp) text. Default true. */
5
+ isGlobal?: boolean;
4
6
  className?: string;
5
7
  }
6
8
  export declare const ThreeStepsProcess: React.FC<ThreeStepsProcessProps>;