load
This commit is contained in:
6
typings/vanilla-extract__next-plugin/index.d.ts
vendored
Normal file
6
typings/vanilla-extract__next-plugin/index.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
declare module "@vanilla-extract/next-plugin" {
|
||||
declare const createVanillaExtractPlugin: () => (
|
||||
config: import("next").NextConfig,
|
||||
) => import("next").NextConfig;
|
||||
export { createVanillaExtractPlugin };
|
||||
}
|
||||
Reference in New Issue
Block a user