UNPKG

react-carousel-query

Version:

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

4 lines (3 loc) 234 B
import type { VersionCheck } from '@storybook/core-common'; export declare const updateCheck: (version: string) => Promise<VersionCheck>; export declare function createUpdateMessage(updateInfo: VersionCheck, version: string): string;