import { provideDaffProductMagentoExtraProductPreviewTransforms } from '@daffodil/product/driver/magento'
Provides extra product preview transforms for the Magento product driver.
function provideDaffProductMagentoExtraProductPreviewTransforms<T extends MagentoProduct = MagentoProduct, V extends DaffProduct = DaffProduct>(...transforms: DaffMagentoProductExtraTransform<T, V>[]): Provider[]
providers: [
...provideDaffProductMagentoExtraProductPreviewTransforms(
myExtraProductTransform
)
]