@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
20 lines • 604 B
JavaScript
import { FieldProperties } from "../../Field/FieldDocs.js";
export const SubHeadingProperties = {
level: {
doc: 'Define a specific level value to ensure correct level hierarchy. Defaults to `3`.',
type: 'number',
status: 'optional'
},
help: 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