Repository URL to install this package:
|
Version:
2.0.4 ▾
|
declare const DetailedListWrapper: any;
/**
* @todo isColumnView is not working right now
* this logic will be changed by using React.Context
*
* @note was just a typo - currently it's in by using breakpoints
*/
declare const DetailedListItemPanel: any;
declare const DetailedListLabel: any;
declare const DetailedListValue: any;
export { DetailedListWrapper, DetailedListItemPanel, DetailedListLabel, DetailedListValue, };