@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
19 lines (18 loc) • 690 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ScrollViewProperties = void 0;
const ScrollViewProperties = exports.ScrollViewProperties = {
interactive: {
doc: 'To make the content accessible to keyboard navigation. Use `true` or `auto`. Auto will detect if a scrollbar is visible and make the ScrollView accessible for keyboard navigation. Defaults to `false`.',
type: ['boolean', 'auto'],
status: 'optional'
},
'[Space](/uilib/layout/space/properties)': {
doc: 'Spacing properties like `top` or `bottom` are supported.',
type: ['string', 'object'],
status: 'optional'
}
};
//# sourceMappingURL=ScrollViewDocs.js.map