diff --git a/packages/wxt/src/types/index.ts b/packages/wxt/src/types/index.ts index ab2d712b..625feeb0 100644 --- a/packages/wxt/src/types/index.ts +++ b/packages/wxt/src/types/index.ts @@ -1353,7 +1353,7 @@ export interface WxtModule { * Alternative to adding hooks in setup function with `wxt.hooks`. Hooks are * added before the `setup` function is called. */ - hooks?: WxtHooks; + hooks?: Partial; /** * A custom function that can be used to setup hooks and call module-specific * APIs.