@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
13 lines • 547 B
JavaScript
export const 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