Repository URL to install this package:
|
Version:
2.1.16 ▾
|
"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;