@srimandir/pitru-paksh-common 2.12.0 → 2.13.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.
@@ -17,5 +17,7 @@ export interface FAQSectionProps {
17
17
  /** Index of the FAQ row open by default. -1 = none. */
18
18
  defaultOpenIndex?: number;
19
19
  className?: string;
20
+ /** Left-aligned heading with the same accent bar as `BillDetails`'s title, instead of the default centered heading. */
21
+ showTitleAccent?: boolean;
20
22
  }
21
23
  export declare const FAQSection: React.FC<FAQSectionProps>;