Skip to content

Commit

Permalink
stop using VikePackages namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Jun 13, 2024
1 parent 0e4bcf5 commit c664faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vike-solid/+config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ const config = {
// We purposely define the ConfigVikeSolid interface in this file: that way we ensure it's always applied whenever the user `import vikeSolid from 'vike-solid/config'`
// https://vike.dev/pageContext#typescript
declare global {
namespace VikePackages {
interface ConfigVikeSolid {
namespace Vike {
interface Config {
/** The page's root Solid component */
Page?: Component;
/** Solid element renderer and appended into <head></head> */
Expand Down

0 comments on commit c664faa

Please sign in to comment.