Repository URL to install this package:
|
Version:
2.8.4 ▾
|
import React from 'react';
import { ProductQuantityProps } from './typings';
declare class ProductQuantity extends React.PureComponent<ProductQuantityProps> {
render(): JSX.Element;
}
export { ProductQuantity };
export default ProductQuantity;