@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
7 lines (6 loc) • 446 B
TypeScript
import { Props as FieldBlockProps } from '../../FieldBlock';
declare function CompositionField(props: Pick<FieldBlockProps, 'label' | 'labelDescription' | 'labelDescriptionInline' | 'labelSrOnly' | 'width' | 'align' | 'contentWidth' | 'disabled' | 'error' | 'warning' | 'info' | 'children'>): import("react/jsx-runtime").JSX.Element;
declare namespace CompositionField {
var _supportsSpacingProps: boolean;
}
export default CompositionField;