@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
40 lines (39 loc) • 1.14 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SummaryListProperties = exports.StepEvents = void 0;
var _ValueDocs = require("../ValueDocs.js");
const {
transformLabel
} = _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,
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