UNPKG

react-carousel-query

Version:

A infinite carousel component made with react that handles the pagination for you.

13 lines (12 loc) 265 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = getImplicitRoleForLi; /** * Returns the implicit role for an li tag. */ function getImplicitRoleForLi() { return 'listitem'; } module.exports = exports.default;