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    
Size: Mime:
"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
/**
 * @todo needs to be inherited the props from SelectDropDown
 */

const productsPerPageList = [{
  label: '10',
  value: 'count',
  isSelected: false
}, {
  label: '25',
  value: 'count',
  isSelected: true
}, {
  label: '60',
  value: 'count',
  isSelected: false
}, {
  label: '100',
  value: 'count',
  isSelected: false
}];
exports.productsPerPageList = productsPerPageList;
exports.default = productsPerPageList;