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