vite-plugin-php 2.0.2 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -35,4 +35,7 @@ type UsePHPConfig = {
35
35
  };
36
36
  declare function usePHP(cfg?: UsePHPConfig): Plugin[];
37
37
 
38
- export { EPHPError, type UsePHPConfig, usePHP as default };
38
+ // @ts-ignore
39
+ export = usePHP;
40
+ export { EPHPError };
41
+ export type { UsePHPConfig };
package/dist/index.d.mts CHANGED
@@ -35,4 +35,5 @@ type UsePHPConfig = {
35
35
  };
36
36
  declare function usePHP(cfg?: UsePHPConfig): Plugin[];
37
37
 
38
- export { EPHPError, type UsePHPConfig, usePHP as default };
38
+ export { EPHPError, usePHP as default };
39
+ export type { UsePHPConfig };
package/dist/index.d.ts CHANGED
@@ -35,4 +35,7 @@ type UsePHPConfig = {
35
35
  };
36
36
  declare function usePHP(cfg?: UsePHPConfig): Plugin[];
37
37
 
38
- export { EPHPError, type UsePHPConfig, usePHP as default };
38
+ // @ts-ignore
39
+ export = usePHP;
40
+ export { EPHPError };
41
+ export type { UsePHPConfig };