react-carousel-query
Version:
A infinite carousel component made with react that handles the pagination for you.
9 lines (8 loc) • 561 B
TypeScript
import { Configuration } from 'webpack';
import { Options, ManagerWebpackOptions } from '@storybook/core-common';
export declare function managerWebpack(_: Configuration, { configDir, configType, docsMode, entries, refs, outputDir, previewUrl, versionCheck, releaseNotesData, presets, modern, features, serverChannelUrl, }: Options & ManagerWebpackOptions): Promise<Configuration>;
export declare function managerEntries(installedAddons: string[], options: {
managerEntry: string;
configDir: string;
modern?: boolean;
}): Promise<string[]>;