UNPKG

react-carousel-query

Version:

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

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