UNPKG

react-carousel-query

Version:

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

7 lines (6 loc) 234 B
import { CommanderStatic } from 'commander'; import type { CLIOptions } from '@storybook/core-common'; export declare function getDevCli(packageJson: { version: string; name: string; }): Promise<CommanderStatic & CLIOptions>;