create-packer 1.35.8 → 1.35.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-packer",
3
- "version": "1.35.8",
3
+ "version": "1.35.9",
4
4
  "main": "index.js",
5
5
  "repository": "https://github.com/kevily/create-packer",
6
6
  "author": "1k <bug_zero@163.com>",
@@ -2,11 +2,10 @@
2
2
  import 'styled-components'
3
3
  import { themeType } from './shared/theme'
4
4
 
5
+ declare module 'styled-components' {
6
+ export interface DefaultTheme extends themeType {}
7
+ }
5
8
  declare global {
6
- declare module 'styled-components' {
7
- export interface DefaultTheme extends themeType {}
8
- }
9
-
10
9
  interface ImportMetaEnv {
11
10
  // import.meta.env.PUBLIC_FOO
12
11
  readonly PUBLIC_BASE_URL: string