@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
24 lines (23 loc) • 567 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.HrProperties = void 0;
const HrProperties = exports.HrProperties = {
breakout: {
doc: 'To make the hr full width.',
type: 'boolean',
status: 'optional'
},
dashed: {
doc: 'To make the hr dashed.',
type: 'boolean',
status: 'optional'
},
'[Space](/uilib/layout/space/properties)': {
doc: 'Spacing properties like `top` or `bottom` are supported.',
type: ['string', 'object'],
status: 'optional'
}
};
//# sourceMappingURL=HrDocs.js.map