Files
Stripe/typings/vanilla-extract__next-plugin/index.d.ts
jackbeeby dc5eea1ad0 wdc
2024-12-05 18:20:27 +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 };
}