@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
24 lines (23 loc) • 748 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.BlockquoteProperties = void 0;
const BlockquoteProperties = exports.BlockquoteProperties = {
noBackground: {
doc: 'Hides the blockquote background by making it transparent.',
type: 'boolean',
status: 'optional'
},
direction: {
doc: 'Determines the flow direction of the content inside of blockquote. Can be either `horizontal` or `vertical`. Defaults to `horizontal`.',
type: 'string',
status: 'optional'
},
'[Space](/uilib/layout/space/properties)': {
doc: 'Spacing properties like `top` or `bottom` are supported.',
type: ['string', 'object'],
status: 'optional'
}
};
//# sourceMappingURL=BlockquoteDocs.js.map