UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

28 lines (27 loc) 752 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CompositionProperties = void 0; var _ValueDocs = require("../ValueDocs.js"); const { label, transformLabel, help } = _ValueDocs.ValueProperties; const CompositionProperties = exports.CompositionProperties = { label, help, transformLabel, maxWidth: { doc: 'Use `small`, `medium` or `large` for predefined standard max widths. Defaults to `auto`.', type: 'string', status: 'optional' }, gap: { doc: 'The gap between the different value blocks. Can be `xx-small`, `x-small`, `small`, `medium`, `large` or `false`. Defaults to `xx-small`.', type: 'string', status: 'optional' } }; //# sourceMappingURL=CompositionDocs.js.map