UNPKG

react-carousel-query

Version:

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

11 lines 315 B
import { ClientApi } from '@storybook/client-api'; import { StoryStore } from '@storybook/store'; import { toId } from '@storybook/csf'; import { start } from './start'; export default { start: start, toId: toId, ClientApi: ClientApi, StoryStore: StoryStore }; export { start, toId, ClientApi, StoryStore };