Repository URL to install this package:
Version:
0.9.6 ▾
|
/**
* @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