diff --git a/.changeset/thick-fans-clean.md b/.changeset/thick-fans-clean.md index 27d991f3cf..cf472eaa60 100644 --- a/.changeset/thick-fans-clean.md +++ b/.changeset/thick-fans-clean.md @@ -2,4 +2,4 @@ '@graphcommerce/magento-product': patch --- -Export props from ProductPagePrice +Export props from ProductPagePrice and ProductListPrice diff --git a/packages/magento-product/components/ProductListPrice/ProductListPrice.tsx b/packages/magento-product/components/ProductListPrice/ProductListPrice.tsx index 05ca5b322d..9504b0d787 100644 --- a/packages/magento-product/components/ProductListPrice/ProductListPrice.tsx +++ b/packages/magento-product/components/ProductListPrice/ProductListPrice.tsx @@ -8,7 +8,7 @@ const { classes, selectors } = extendableComponent('ProductListPrice', [ 'discountPrice', ] as const) -type ProductListPriceProps = ProductListPriceFragment & Pick +export type ProductListPriceProps = ProductListPriceFragment & Pick export function ProductListPrice(props: ProductListPriceProps) { const { regular_price, final_price, sx } = props