Home > @shopware-pwa/composables > useProductConfigurator
# useProductConfigurator() function
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Product options - IUseAddToCart
Signature:
export declare function useProductConfigurator(params: {
product: Ref<Product> | Product;
}): IUseProductConfigurator;
# Parameters
Parameter | Type | Description |
---|---|---|
params | { product: Ref<Product> | Product; } |
Returns: