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    
@skava/ui-presets / dist / presets / Pagination / fixture.d.ts
Size: Mime:
/**
 * @todo needs to be inherited the props from SelectDropDown
 */
declare const productsPerPageList: {
    label: string;
    value: string;
    isSelected: boolean;
}[];
export { productsPerPageList };
export default productsPerPageList;