UNPKG

react-carousel-query

Version:

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

5 lines (4 loc) 317 B
import { Options } from '@storybook/core-common'; import webpack from 'webpack'; export declare const useManagerCache: (cacheKey: string, options: Options, managerConfig: webpack.Configuration) => Promise<boolean>; export declare const clearManagerCache: (cacheKey: string, options: Options) => Promise<boolean>;