UNPKG

react-carousel-query

Version:

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

8 lines (6 loc) 186 B
/* eslint-disable no-underscore-dangle */ /* global window */ export const setCompodocJson = (compodocJson) => { // @ts-ignore window.__STORYBOOK_COMPODOC_JSON__ = compodocJson; };