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