UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

30 lines (29 loc) 1.22 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CompositionProperties = void 0; var _FieldBlockDocs = require("../../FieldBlock/FieldBlockDocs.js"); const CompositionProperties = exports.CompositionProperties = { label: _FieldBlockDocs.FieldBlockProperties.label, labelDescription: _FieldBlockDocs.FieldBlockProperties.labelDescription, labelSrOnly: _FieldBlockDocs.FieldBlockProperties.labelSrOnly, width: _FieldBlockDocs.FieldBlockProperties.width, contentWidth: _FieldBlockDocs.FieldBlockProperties.contentWidth, disabled: _FieldBlockDocs.FieldBlockProperties.disabled, error: _FieldBlockDocs.FieldBlockProperties.error, warning: _FieldBlockDocs.FieldBlockProperties.warning, info: _FieldBlockDocs.FieldBlockProperties.info, help: _FieldBlockDocs.FieldBlockProperties.help, 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