Repository URL to install this package:
|
Version:
4.0.29 ▾
|
import { LabelValueSectionProps } from './typings';
declare function defaultRenderLabelSectionItems(props: LabelValueSectionProps): JSX.Element;
declare function defaultRenderWrapper(props: LabelValueSectionProps): JSX.Element;
export { defaultRenderWrapper, defaultRenderLabelSectionItems };