Repository URL to install this package:
|
Version:
2.1.16 ▾
|
/**
* @todo needs to be inherited the props from SelectDropDown
*/
declare const productsPerPageList: {
label: string;
value: string;
isSelected: boolean;
}[];
export { productsPerPageList };
export default productsPerPageList;