react-carousel-query
Version:
A infinite carousel component made with react that handles the pagination for you.
4 lines (3 loc) • 450 B
TypeScript
import { AnyFramework } from '@storybook/csf';
import { NormalizedComponentAnnotations, Story, NormalizedStoryAnnotations, NormalizedProjectAnnotations } from '../types';
export declare function prepareStory<TFramework extends AnyFramework>(storyAnnotations: NormalizedStoryAnnotations<TFramework>, componentAnnotations: NormalizedComponentAnnotations<TFramework>, projectAnnotations: NormalizedProjectAnnotations<TFramework>): Story<TFramework>;