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