Repository URL to install this package:
|
Version:
0.9.6 ▾
|
ui-component-library
/
dist
/
typings
/
src
/
components
/
molecules
/
LabelValueSection
/
renderProps.d.ts
|
|---|
/// <reference types="react" />
import { LabelValueSectionProps } from './typings';
declare function defaultRenderLabelSectionItems(props: LabelValueSectionProps): JSX.Element;
declare function defaultRenderWrapper(props: LabelValueSectionProps): JSX.Element;
export { defaultRenderWrapper, defaultRenderLabelSectionItems };