UNPKG

@storybook/nextjs-vite

Version:

Storybook for Next.js and Vite: Develop, document, and test UI components in isolation

15 lines (12 loc) 641 B
import { M as Mock } from '../../index.d-ff220430.js'; declare const revalidatePath: Mock<(...args: any[]) => any>; declare const revalidateTag: Mock<(...args: any[]) => any>; declare const unstable_cache: Mock<(...args: any[]) => any>; declare const unstable_noStore: Mock<(...args: any[]) => any>; declare const cacheExports: { unstable_cache: Mock<(...args: any[]) => any>; revalidateTag: Mock<(...args: any[]) => any>; revalidatePath: Mock<(...args: any[]) => any>; unstable_noStore: Mock<(...args: any[]) => any>; }; export { cacheExports as default, revalidatePath, revalidateTag, unstable_cache, unstable_noStore };