UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

42 lines (41 loc) 1.16 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SummaryListProperties = exports.StepEvents = void 0; var _ValueDocs = require("../ValueDocs"); const { transformLabel, help } = _ValueDocs.ValueProperties; const SummaryListProperties = exports.SummaryListProperties = { layout: { doc: 'Use `grid`, `horizontal` or `vertical`. Defaults to `vertical`.', type: 'string', status: 'optional' }, inheritVisibility: { doc: 'Use this property to propagate the `inheritVisibility` property to all nested values.', type: 'boolean', status: 'optional' }, inheritLabel: { doc: 'Use this property to propagate the `inheritLabel` property to all nested values.', type: 'boolean', status: 'optional' }, transformLabel, help, children: { doc: 'Contents.', type: 'React.Node', status: 'required' }, '[Space](/uilib/layout/space/properties)': { doc: 'Spacing properties like `top` or `bottom` are supported.', type: ['string', 'object'], status: 'optional' } }; const StepEvents = exports.StepEvents = {}; //# sourceMappingURL=SummaryListDocs.js.map