UNPKG

react-carousel-query

Version:

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

10 lines (7 loc) 359 B
var configuration = require('../../configuration'); function overridesNonComponentShorthand(property1, property2) { return property1.name in configuration && 'overridesShorthands' in configuration[property1.name] && configuration[property1.name].overridesShorthands.indexOf(property2.name) > -1; } module.exports = overridesNonComponentShorthand;