UNPKG

react-carousel-query

Version:

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

5 lines (4 loc) 294 B
import type { Configuration } from 'webpack'; import type { Ref, Options } from '@storybook/core-common'; export declare const getAutoRefs: (options: Options, disabledRefs?: string[]) => Promise<Ref[]>; export declare function getManagerWebpackConfig(options: Options): Promise<Configuration>;