react-carousel-query
Version:
A infinite carousel component made with react that handles the pagination for you.
4 lines (3 loc) • 389 B
TypeScript
import { ComponentAnnotations, AnyFramework, LegacyStoryAnnotationsOrFn, StoryId } from '@storybook/csf';
import { NormalizedStoryAnnotations } from '../types';
export declare function normalizeStory<TFramework extends AnyFramework>(key: StoryId, storyAnnotations: LegacyStoryAnnotationsOrFn<TFramework>, meta: ComponentAnnotations<TFramework>): NormalizedStoryAnnotations<TFramework>;