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:
/**
 * @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,
  },
]

export { productsPerPageList }
export default productsPerPageList