Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / dist / components / presets / ProductPieces / ProductQuantity / ProductQuantity.d.ts
Size: Mime:
import React from 'react';
import { ProductQuantityProps } from './typings';
declare class ProductQuantity extends React.PureComponent<ProductQuantityProps> {
    render(): JSX.Element;
}
export { ProductQuantity };
export default ProductQuantity;