react-carousel-query
Version:
A infinite carousel component made with react that handles the pagination for you.
31 lines (30 loc) • 746 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var scrollbarRole = {
abstract: false,
accessibleNameRequired: false,
baseConcepts: [],
childrenPresentational: true,
nameFrom: ['author'],
prohibitedProps: [],
props: {
'aria-disabled': null,
'aria-valuetext': null,
'aria-orientation': 'vertical',
'aria-valuemax': '100',
'aria-valuemin': '0'
},
relatedConcepts: [],
requireContextRole: [],
requiredContextRole: [],
requiredOwnedElements: [],
requiredProps: {
'aria-controls': null,
'aria-valuenow': null
},
superClass: [['roletype', 'structure', 'range'], ['roletype', 'widget']]
};
var _default = exports.default = scrollbarRole;