Skip to content

Commit

Permalink
fix(producttemplate): added subHeading in ProductTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleXBai committed Jul 29, 2024
1 parent a2bd63a commit 3717ce4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/styles/Theme/ThemeProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,11 @@ export interface ProductTemplate {
sectionHeader?: {
className?: string;
};
subHeading?: {
className?: string;
};
}

export type { ProductTemplateV2 } from '../../templates/ProductTemplate/ProductTemplate/ProductTemplateV2';

export interface SpinnerTheme {
spinnerTheme: 'zopa' | 'unbranded';
customSpinner?: {
Expand Down

0 comments on commit 3717ce4

Please sign in to comment.