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