@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
26 lines (25 loc) • 752 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SubHeadingProperties = void 0;
var _FieldDocs = require("../../Field/FieldDocs.js");
const SubHeadingProperties = exports.SubHeadingProperties = {
level: {
doc: 'Define a specific level value to ensure correct level hierarchy. Defaults to `3`.',
type: 'number',
status: 'optional'
},
help: _FieldDocs.FieldProperties.help,
children: {
doc: 'Heading text / contents.',
type: 'React.Node',
status: 'optional'
},
'[Space](/uilib/layout/space/properties)': {
doc: 'Spacing properties like `top` or `bottom` are supported.',
type: ['string', 'object'],
status: 'optional'
}
};
//# sourceMappingURL=SubHeadingDocs.js.map