UNPKG

react-carousel-query

Version:

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

8 lines 262 B
/** * Returns true if the framework can use the base TS config. * @param {string} framework */ export var useBaseTsSupport = function (framework) { // These packages both have their own TS implementation. return !['vue', 'angular'].includes(framework); };