Skip to content

Commit

Permalink
types: wrong typing
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinhuish committed Mar 20, 2024
1 parent f5370ec commit 896f5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ declare module 'virtual:uni-pages' {
}

declare module globalThis{
export const definePage: (options: import('./src/types').DefinePageOptions) => void
export const definePage: import('./src/types').DefinePage
}

0 comments on commit 896f5f4

Please # to comment.