UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

23 lines 884 B
import { FieldBlockProperties } from '../../FieldBlock/FieldBlockDocs'; export const CompositionProperties = { label: FieldBlockProperties.label, labelDescription: FieldBlockProperties.labelDescription, labelSrOnly: FieldBlockProperties.labelSrOnly, width: FieldBlockProperties.width, contentWidth: FieldBlockProperties.contentWidth, disabled: FieldBlockProperties.disabled, error: FieldBlockProperties.error, warning: FieldBlockProperties.warning, info: FieldBlockProperties.info, align: { doc: '`center` or `bottom` for aligning the contents vertically. Defaults to `bottom`.', type: ['string', 'false'], status: 'optional' }, '[Space](/uilib/layout/space/properties)': { doc: 'Spacing properties like `top` or `bottom` are supported.', type: ['string', 'object'], status: 'optional' } }; //# sourceMappingURL=CompositionDocs.js.map