Skip to content

Commit

Permalink
chore: update types
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Dec 28, 2023
1 parent c77aea7 commit 49f4cde
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/core/client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ declare global {
const __UNO_CONFIG__: import('unocss').UserConfig<Theme>

const __UNO_THEME__: Theme
}

interface ImportMetaEnv {
readonly __UNO__: Pick<ReturnType<typeof import('unocss').createGenerator<Theme>>, 'config' | 'userConfig' | 'version' | 'blocked'>
readonly __UNO_CONFIG__: import('unocss').UserConfig<Theme>
readonly __UNO_THEME__: Theme
}
interface ImportMetaEnv {
readonly __UNO__: Pick<ReturnType<typeof import('unocss').createGenerator<Theme>>, 'config' | 'userConfig' | 'version' | 'blocked'>
readonly __UNO_CONFIG__: import('unocss').UserConfig<Theme>
readonly __UNO_THEME__: Theme
}

interface ImportMeta {
readonly env: ImportMetaEnv
interface ImportMeta {
readonly env: ImportMetaEnv
}
}

0 comments on commit 49f4cde

Please sign in to comment.