FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
types
/
functions
Edit File: quantity.d.ts
import { Product, Variant } from "../types"; export declare function getMaxStockQuantity(product: Product, selectedVariant?: Variant): number | null;
Save
Back