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 / dist / components / molecules / BreadCrumb / renderProps.d.ts
Size: Mime:
import React from 'react';
import { LabelValue } from './typings';
/**
 * @todo can implement renderProps here as well, currently needed 1:1 functionality
 */
declare const renderList: (list: LabelValue[]) => React.ReactElement<any>[];
export { renderList };