UNPKG

react-carousel-query

Version:

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

10 lines 191 B
import Channel from '@storybook/channels'; export function mockChannel() { const transport = { setHandler: () => {}, send: () => {} }; return new Channel({ transport }); }