UNPKG

react-carousel-query

Version:

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

12 lines 253 B
import { addPreset } from '../presets'; export default function transformer(file, api) { const j = api.jscodeshift; const root = j(file.source); addPreset('test', null, { root, api }); return root.toSource({ quote: 'single' }); }