Files
stripeapp/typings/vanilla-extract__next-plugin/index.d.ts
jackbeeby 09db3a54c3 load
2024-12-05 18:55:18 +11:00

7 lines
216 B
TypeScript

declare module "@vanilla-extract/next-plugin" {
declare const createVanillaExtractPlugin: () => (
config: import("next").NextConfig,
) => import("next").NextConfig;
export { createVanillaExtractPlugin };
}