react-carousel-query
Version:
A infinite carousel component made with react that handles the pagination for you.
8 lines (7 loc) • 453 B
TypeScript
import { CommanderStatic } from 'commander';
import type { CLIOptions } from '@storybook/core-common';
export declare type ProdCliOptions = Pick<CLIOptions, 'configDir' | 'debugWebpack' | 'dll' | 'docs' | 'docsDll' | 'forceBuildPreview' | 'loglevel' | 'modern' | 'outputDir' | 'previewUrl' | 'quiet' | 'staticDir' | 'uiDll'>;
export declare function getProdCli(packageJson: {
version: string;
name: string;
}): CommanderStatic & ProdCliOptions;